这里的意思是,没有rhide这个命令或者程序,自然也没办法运行了!
再检查一下,你要输入的命令是不是:rhid 呢?
> 这是怎么回事啊???谢谢!!
>
--
您收到此邮件是因为您订阅了 Google 网上论坛的“lzuossteam”论坛。
要向此网上论坛发帖,请发送电子邮件至 lzuos...@googlegroups.com。
要取消订阅此网上论坛,请发送电子邮件至 lzuossteam+...@googlegroups.com。
若有更多问题,请通过 http://groups.google.com/group/lzuossteam?hl=zh-CN 访问此网上论坛。
- Click START;
- Choose Programs->Accessories->System Tools->System Information;
- Click Tools in the menu-bar, then choose "System
Confuguration";
- Use the tab provided there for editing your AUTOEXEC.BAT as
explained below.
* For Windows NT systems:
- Right-click "My Computer", then select "Properties";
- Click the "Environment" tab;
- Edit the PATH system variable to add the DJGPP bin
subdirectory;
- Add a new variable DJGPP and set its value to the full path
name of the DJGPP.ENV file as explained below.
* For all other systems (DOS, Windows 3.X and Windows 95): use any
text editor, e.g. the standard EDIT, to edit the file
AUTOEXEC.BAT in the root directory of the boot drive (usually,
C:).
No matter which method you use, assuming your DJGPP installation is
rooted at C:\DJGPP, the values of the two environment variables
DJGPP and PATH should be set like this:
set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;%PATH%
========================================================