仅供参考。
config.sys
[menu]
menuitem=gghost, GGhost [A]
menuitem=gghostm, GGhost [B](mini)
menuitem=ghost, Ghost v11
submenu=msdos, MS-DOS 7.1 >>>
menudefault=gghost,3
menucolor=15,1
[msdos]
submenu=MENU, ..
menuitem=msdos1,MS-DOS 7.1
menuitem=msdos2,MS-DOS 7.1 [himem]
menuitem=diskgen, Diskgen
menuitem=pqboot, PqBoot
menudefault=MENU
menucolor=15,1
[msdos1]
[msdos2]
device=himem.sys /testmem:off
include m1
[gghost]
----------------------------
autoexec.bat
@echo off
cls
if "%config%"=="msdos1" goto msdos1
if "%config%"=="msdos2" goto msdos2
if "%config%"=="gghost" goto gghost
if "%config%"=="gghostn" goto gghostn
if "%config%"=="gghostm" goto gghostm
if "%config%"=="ghost" goto ghost
if "%config%"=="diskgen" goto diskgen
if "%config%"=="pqboot" goto pqboot
if "%config%"=="ggcd-psn" goto ggcd-psn
if "%config%"=="ggcd-ps" goto ggcd-ps
if "%config%"=="ggcd-u" goto ggcd-u
goto gghost
:msdos1
path=a:\;a:\temp;a:\pm805;a:\pqdi
goto quit
:msdos2
xmsdsk 12288 x: /y >nul
copy *.* x: /y >nul
path=x:\;a:\;a:\temp;a:\pq805;a:\pqdi
X:
goto quit
:gghost
set fat=0
xmsdsk 12288 x: /y >nul
copy *.* x: /y >nul