As the title says. Take an example:
The menu.lst in the C drive is deleted, and then executing the above batch file, the result is still not jumping to step1!!!
Why is this?
Please expert guide.
Thank you.
[ Last edited by HAT on 2008-11-13 at 17:36 ]
@echo off
if not exist C:\menu.lst goto step1
grub.exe
root (hd0,0)
chainloader +1
boot
:step1
echo The "C:\menu.lst" is not exist!
echo The system is going to be shut.
shut.bat
goto quitThe menu.lst in the C drive is deleted, and then executing the above batch file, the result is still not jumping to step1!!!
Why is this?
Please expert guide.
Thank you.
[ Last edited by HAT on 2008-11-13 at 17:36 ]
