|
Answer» [SIZE=14]The following lines are from win 98 autoexec.bat Can you guys ANALYZE
@echo off set EXPAND=YES SET DIRCMD=/O:N cls set temp=c:\ set tmp=c:\ path=a:\
IF "%CONFIG%"=="NOCD" GOTO QUIT LH MSCDEX.EXE /D: oemcd001 /L: D
echo. IF "%config%"=="SETUP_CD_ENA" goto AUTOENA
echo. IF "%config%"=="SETUP_CD_LOC" goto AUTOLOC GOTO QUIT
:AUTOENA set CDROM=FOO23 FINDCD.EXE if "%CDROM%"=="FOO23" goto NOCDROM path=a:\;%CDROM%\ %CDROM% cd \WIN98\ena echo. OEMSETUP.EXE goto QUIT
:AUTOLOC set CDROM=FOO23 FINDCD.EXE if "%CDROM%"=="FOO23" goto NOCDROM path=a:\;%CDROM%\ %CDROM% cd \WIN98\loc echo. OEMSETUP.EXE goto QUIT
:NOCDROM echo. echo The Windows 98 Setup files were not found. echo.
:QUIT[/size]After reviewing all your posts, I think you need to buy a good DOS book.
www.amazon.com[size=14]I have a very BIG book (BIBLE)
but i believe practical is better than theory [/size]Good luck!Quote [size=14]I have a very big book (bible) [/size] Suggest you begin by reading it.
For the third line of your Autoexec.bat file have a look here.
Good luck
|