Mail Archives: djgpp/2001/04/05/23:25:55
Hi,
I buyed "C++ for dummies" where is included CD with GNU compiler.
I can not run "RHIDE".
I was doing everithing from the instruktions, but it doesn't work.
I copy zip files from GNUC(CD), to c:\djgpp, unzip them,
add the following commands in my AUTOEXEC.bat:
set PATH=C:\DJGPP\BIN;%PATH%
set DJGPP=C:\DJGPP\DJGPP.ENV
I reboot my compiuter, but when I was trying to run "RHIDE", in MS_DOS
Prompt, it does not work!
This are the files from my GNUC:
bnu281b, djdev203, faq230b, gcc2952b, gdb418b, gpp2952b, lgpp295b, mak3781b,
rhide14b, txi40b.
I'm using Windows Millenium Edition, in "readme1st" from CD, wasn't option
for setings for this edition.
THIS is my modifyed AUTOEXEC.BAT file:
@ECHO OFF
set PATH=C:\DJGPP\BIN;%PATH% {This is aditional part}
set DJGPP=C:\DJGPP\DJGPP.ENV
path=c:\windows;c:\windows\command
\hibinv.exe
call \checksr.bat
IF "%config%"=="QUICK" GOTO QUICK
set EXPAND=YES
SET DIRCMD=/O:N
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:\
copy command.com %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
copy extract.exe %RAMD%:\ > NUL
copy readme.txt %RAMD%:\ > NUL
:ERROR
IF EXIST ebd.cab GOTO EXT
echo Please insert Windows Millennium Edition Startup Disk 2
echo.
pause
GOTO ERROR
:EXT
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
echo The diagnostic tools were successfully loaded to drive %RAMD%.
echo.
IF "%config%"=="NOCD" GOTO QUIT
IF "%config%"=="HELP" GOTO HELP
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
::If MSCDEX doesn't find a drive...
IF ERRORLEVEL 1 SET CDPROB=1
::
GOTO QUIT
:HELP
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
::If MSCDEX doesn't find a drive...
IF ERRORLEVEL 1 SET CDPROB=1
cls
call help.bat
::
GOTO QUIT
:QUIT
call fixit.bat
rem clean up environment variables
set CDPROB=
set CDROM=
set LglDrv=
GOTO QUICK
:QUICK
Here
THANKS YOU
Igor
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
- Raw text -