Could all you experts please take a look at my config.sys and autoexec.bat files? Where is the mistake? Thanks!!
The contents of config.sys:
menuitem=KVD2003
menuitem=JMHDFIX
BUFFERS=22,0
FILES=40
device=A:\himem.sys
The contents of autoexec.bat are:
@ECHO OFF
goto %config%
:KVD2003
@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
cls
path=a:\;
CLS
ECHO.
ECHO This is a KV2003 2003-6-30 5M DOS Edition !
ECHO.
ECHO Kvd2003 32bit version 7.01.213 (DOS32V)
echo.
echo Make by ** **
echo.
echo -----------------------------------------------------------------------------
KVD2003
:JMHDFIX
JMHDFIX
The contents of config.sys:
menuitem=KVD2003
menuitem=JMHDFIX
BUFFERS=22,0
FILES=40
device=A:\himem.sys
The contents of autoexec.bat are:
@ECHO OFF
goto %config%
:KVD2003
@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
cls
path=a:\;
CLS
ECHO.
ECHO This is a KV2003 2003-6-30 5M DOS Edition !
ECHO.
ECHO Kvd2003 32bit version 7.01.213 (DOS32V)
echo.
echo Make by ** **
echo.
echo -----------------------------------------------------------------------------
KVD2003
:JMHDFIX
JMHDFIX


