Board logo

标题: [求助]我想把TW加进去,请问该加到哪呀? [打印本页]

作者: wingp7     时间: 2005-5-14 00:00    标题: [求助]我想把TW加进去,请问该加到哪呀?

echo off
:menu
cls
@echo.
@echo    ================================
@echo    ===  系  统  复  原  软  盘  ===
@echo    ================================
@echo.
@echo  1. Windows XP 自动恢复系统分区.
@echo  2. Windows XP 自动备份系统分区.
@echo  3. 启动 Ghost 手工备份/恢复操作系统.
@echo  4. 格式化 C 盘.
@echo  5. 退出到 DOS MODE.
@echo  6. 重新启动计算机.
@echo.
@echo  请用数字键选择菜单.
@echo.
@echo.
choice /c:654321 /n
if errorlevel 7 goto XP1
if errorlevel 6 goto XP2
if errorlevel 5 goto GHOST
if errorlevel 4 goto FORMAT
if errorlevel 3 goto END
if errorlevel 1 goto REBOOT

:XP1
call XP1.bat
goto exit

:XP2
call XP2.bat
goto exit

:GHOST
GHOST.exe
goto menu

:FORMAT
FORMAT C:
goto menu

:END
作者: JonePeng     时间: 2005-5-14 00:00
要显示中文,当然要在显示中文那一行之前运行TW咯。(比如在echo off之后)另外,第一行的echo off应该写成@echo off,否则该批处理运行时会显示所有命令。再把其余的echo前的“@”去掉。




欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) Powered by Discuz! 2.5