I have a question:
About SETRAMD.BAT in the Win98 boot disk:
:loop
if errorlevel %1 goto no_shift
:do_shift
set cdrom=%2
shift
shift
if not %1*==* goto loop
goto no_ramdrive
:no_shift
set ramd=%2
How should the line %1*==* here be understood?
Why is there also a * after %1?
Thanks
About SETRAMD.BAT in the Win98 boot disk:
:loop
if errorlevel %1 goto no_shift
:do_shift
set cdrom=%2
shift
shift
if not %1*==* goto loop
goto no_ramdrive
:no_shift
set ramd=%2
How should the line %1*==* here be understood?
Why is there also a * after %1?
Thanks

