Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 321 Posts 66 Joined 2003-05-22 00:00 23-year member UID 2315 Gender Male
Status Offline
IF "%config%"=="SETUP_CD" goto AUTOSETUP
GOTO QUIT
:AUTOSETUP
set CDROM=FOO23
FINDCD.EXE
if "%CDROM%"=="FOO23" goto NOCDROM
path=a:\;%CDROM%\
%CDROM%
cd \WIN98 <---------------------------What does this mean, is it opening the WIN98 directory on the CD
echo. or is it kind of like in DOS, expanding the WIN98 directory?
OEMSETUP.EXE /K "/IE /NF"
goto QUIT
Credits 9,654 Posts 3,351 Joined 2003-03-11 00:00 23-year member UID 1113 Gender Male From 湖北
Status Offline
You have to connect this with the previous line.
The previous line means setting up the CD path.
This line is setting up the path to the WIN98 folder on the CD.