以下是引用Roy在2003-5-16 10:04:56的发言:
還有一些改進的建議:
在:writeprotect那段:
cls
echo Error!!
echo.
echo The Diskette in the drive is write-protected.
choice /cyn /n Press Y if ready,press N if you want to abandon...
if errorlevel 2 goto quit
if errorlevel 1 goto disk
和echo Saving system settings to the disk...
echo Please insert the MiniWindows Diskette and press Enter when ready...
Pause > nul
dready a:
if errorlevel 2 goto loop
goto continue這段可以改用wbat來完成的. |
|