setup msbatch.inf /is
What does this /is mean
set CDROM=FOO23
FINDCD.EXE
if "%CDROM%"=="FOO23" goto NOCDROM
path=a:\;%CDROM%\
Is this cdrom=FOO23 arbitrary
Can it be removed
What does this /is mean
set CDROM=FOO23
FINDCD.EXE
if "%CDROM%"=="FOO23" goto NOCDROM
path=a:\;%CDROM%\
Is this cdrom=FOO23 arbitrary
Can it be removed

