[ghost]
--------------------
rem autoexec.bat
@ECHO OFF
IF "%config%"=="dospm" GOTO dospm
IF "%config%"=="restore" GOTO restore
IF "%config%"=="backup" GOTO backup
IF "%config%"=="ghost" GOTO ghost
GOTO QUIT
:dospm
cls
goto quit
:restore
if exist c:\huifu.bat huifu.bat
GOTO QUIT
:backup
if exist c:\beifen.bat beifen.bat
GOTO QUIT