:loop
if errorlevel %1 goto no_shift
:do_shift
set cdrom=%2
shift
shift
if not %1*==* goto loop
goto no_ramdrive
Can someone give a detailed explanation? This is from SETRAMD.BAT on the 98 boot disk.
Thanks in advance
if errorlevel %1 goto no_shift
:do_shift
set cdrom=%2
shift
shift
if not %1*==* goto loop
goto no_ramdrive
Can someone give a detailed explanation? This is from SETRAMD.BAT on the 98 boot disk.
Thanks in advance



