The following is a quote from Dianjieruqinvading on 2003-7-10 3:22:30:
Take a look at mine....Open the attachment
What is it? Why can't I download it!!!
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
The following is a quote from Dianjieruqinvading on 2003-7-10 3:22:30:
Take a look at mine....Open the attachment
The following is the statement from shadowman on 2003-7-10 0:57:05:
I need to trouble you all again, thank you first!!
My original intention was to automatically enter the win98se directory in the CD (right in the root directory of the CD) through autoexec.bat and config.sys, execute setup.exe, to install Windows 98, but I don't know where the mistake is, that is, I can't enter the CD drive!!
The content of my autoexec.bat is:
@ECHOOFF
setEXPAND=YES
SETDIRCMD=/O:N
cls
settemp=c:\
settmp=c:\
path=a:\
IF"%config%"=="NOCD"GOTOQUIT
LHMSCDEX.EXE/Demcd001/L
echo.
IF"%config%"=="SETUP_CD"gotoAUTOSETUP
GOTOQUIT
:AUTOSETUP
setCDROM=FOO23
FINDCD.EXE
if"%CDROM%"=="FOO23"gotoNOCDROM
path=a:\;%CDROM%\
%CDROM%
cd\WIN98
echo.
OEMSETUP.EXE/K"/IE/NF"
gotoQUIT
:NOCDROM
echo.
echoTheWindows98Setupfileswerenotfound.
echo.
:QUIT
The content of my config.sys is:
menuitem=SETUP_CD,StartWindows98SetupfromCD-ROM.
menuitem=CD,StartcomputerwithCD-ROMsupport.
menuitem=NOCD,StartcomputerwithoutCD-ROMsupport.
menudefault=SETUP_CD,30
menucolor=7,0
device=himem.sys/testmemff
device=oakcdrom.sys/Demcd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys/Demcd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys/Demcd001
device=himem.sys/testmemff
device=oakcdrom.sys/Demcd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys/Demcd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys/Demcd001
device=himem.sys/testmemff
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
Maybe this is very simple for you, but I really thank you if you can help me!!
emcd001