Little brother has just started making boot disks not long ago! He is not very familiar with some DOS commands! Today, he tried to make an IMG for booting Ghost by referring to others' practices. The config.sys is as follows: [COMMON]
DOS=HIGH,UMB
DEVICEHIGH=HIMEM.SYS /TESTMEM:OFF
DEVICEHIGH=EMM386.EXE NOEMS
DEVICEHIGH=OAKCDROM.SYS /D:MSCD000
FILES=50
BUFFERS=40
SHELL=COMMAND.COM /E:512 /P
STACKS=9,256
LASTDRIVE=Z
The autoexec.bat is as follows: @ECHO OFF
CLS
SET PROMPT=$P$G
SET TEMP=C:\
SET TMP=C:\
PATH=A:\;C:\;C:\WINDOWS;C:\WINDOWS\COMMAND
LH SMARTDRV.EXE 20480
LH MSCDEX.EXE /D:MSCD000
LH DOSKEY.COM
%CDROM%:
ghost
It appeared "Bad command or file name" at the end of booting but finally could successfully boot Ghost. He knows there are many wrong places in this batch processing! But since he is a beginner, he doesn't understand many commands. Hope the experts can give pointers or provide a better plan! Thanks!
DOS=HIGH,UMB
DEVICEHIGH=HIMEM.SYS /TESTMEM:OFF
DEVICEHIGH=EMM386.EXE NOEMS
DEVICEHIGH=OAKCDROM.SYS /D:MSCD000
FILES=50
BUFFERS=40
SHELL=COMMAND.COM /E:512 /P
STACKS=9,256
LASTDRIVE=Z
The autoexec.bat is as follows: @ECHO OFF
CLS
SET PROMPT=$P$G
SET TEMP=C:\
SET TMP=C:\
PATH=A:\;C:\;C:\WINDOWS;C:\WINDOWS\COMMAND
LH SMARTDRV.EXE 20480
LH MSCDEX.EXE /D:MSCD000
LH DOSKEY.COM
%CDROM%:
ghost
It appeared "Bad command or file name" at the end of booting but finally could successfully boot Ghost. He knows there are many wrong places in this batch processing! But since he is a beginner, he doesn't understand many commands. Hope the experts can give pointers or provide a better plan! Thanks!

