--------------------------------AUTOEXEC.BAT中的全部内容--------------------------------------
@echo off
cls
echo.
ECHO Ghost Guidance
echo.
ECHO ========================================
ECHO 1. Run Ghost with switch "-split=690"
ECHO 2. Run Ghost with switch "-noide"
ECHO 3. Run Ghost with switch "-no1394 -nousb -noide"
ECHO -----------------------------------------
ECHO 4. Run Ghost with switch "-Z9"
ECHO 5. Run Ghost without any switches (default)
ECHO 6. Run Ghost with switch "-ia"
ECHO -----------------------------------------
ECHO
echo.
choice /C:123456 Make our choice,please:
if errorlevel 6 goto ia
if errorlevel 5 goto default
if errorlevel 4 goto Z9
if errorlevel 3 goto 3no
if errorlevel 2 goto noide
if errorlevel 1 goto 700
cls
echo.
ECHO Ghost Menu - Choose Language
echo.
ECHO ========================================
ECHO C. Run Ghost Guidance in Chinese
echo.
ECHO E. Run Ghost Guidance in English
ECHO -----------------------------------------
ECHO Q. Quit
echo.
choice /C:CEQ Please Select:
if errorlevel 3 goto end
if errorlevel 2 goto en_start
if errorlevel 1 goto cn_start
:en_start
tw /q>nul
cls
echo.
ECHO Ghost Guidance(produced by yll)
echo.
ECHO ========================================
ECHO 1. Run Ghost with switch "-split=690"
ECHO 2. Run Ghost with switch "-split=640"
ECHO -----------------------------------------
ECHO 3. Run Ghost with switch "-Z9"
ECHO 4. Run Ghost without any switches (default)
ECHO 5. Run Ghost with switch "-ia"
ECHO -----------------------------------------
ECHO 0. Quit
echo.
choice /C:123450 Make our choice,please:
if errorlevel 6 goto end
if errorlevel 5 goto default3
if errorlevel 4 goto default2
if errorlevel 3 goto default
if errorlevel 2 goto 650
if errorlevel 1 goto 700