CONFIG.SYS
[menu]
menuitem=GHOST, GHOST
menuitem=DiskGen, DiskGen
menuitem=MS-DOS, MS-DOS
menuitem=TOOLS, TOOLS
menudefault=TOOLS, 18
menucolor=14, 4
[MS-DOS]
device=himem.sys /testmem:off
[TOOLS]
device=himem.sys /testmem:off
[GHOST]
device=himem.sys /numhandles=128 /testmem:off
device=umbpci.sys /S
[DiskGen]
device=himem.sys /numhandles=128 /testmem:off
device=umbpci.sys /S
[COMMON]
DOS=NOAUTO
dos=high,umb
shell=command.com /P /F /E:1440
fileshigh=20
buffershigh=30lastdrivehigh=z
SET TMP=X:\
SET TEMP=X:\
AUTOEXEC.BAT
@ECHO OFF
SET DIRCMD=/O:N
subst a:
subst b:
xmsdsk 48000 x: /y >nul
copy /y command.com x:\ >nul
copy /y cytw.exe x:\ >nul
subst a: /d
subst b: /d
set comspec=x:\command.com
set ghox=ghos
x:
cytw.exe /y >nul
del cytw.exe >nul
cd cmd
zeno.exe >nul
mouse.com >nul
tway.exe >nul
wbx.com >nul
Path=x:\cmd;x:\
set temp=x:\
set tmp=x:\
IF "%config%"=="GHOST" GOTO GHOST
IF "%config%"=="DiskGen" GOTO DiskGen
IF "%config%"=="TOOLS" GOTO TOOLS
IF "%config%"=="MS-DOS" GOTO QUIT
:GHOST
GHOST
GOTO QUIT
:DiskGen
DiskGen
GOTO QUIT
:TOOLS
call menu.bat
GOTO QUIT
:QUIT
find /s
cd\
cls
call x:\cmd\help.bat
REM: Please help check where the error is? Thank you!
