中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-06 07:37
47,812 topics / 349,914 posts / today 0 new / 48,268 members
DOS启动盘 & LOGO技术 (启动盘室) » Memory Optimization of Windows Me Chinese Bootable Disk [Download]
Printable Version  1,746 / 8
Floor1 沈洁 Posted 2003-04-05 00:00
金牌会员 Posts 1,812 Credits 4,590 From 上海市
I made my own Chinese bootable disk for WinME. Just enter "pdos95" under the drive letter of the virtual disk, and you can have Chinese input. But the 640k memory is almost used up. I'm not good at using Qemm386 and Umbpci. Is there any expert who can help? I don't know how to load in config. Also, the Chinese fdisk can't run on this boot disk, and mem can't run (it was copied over, but not uploaded to the disk). Is there any expert who can help! Also, why can't Win98 be started when WinME is booted?
There are in the disk:
pdos95 Chinese system
LFNdos
Chinese edit
come crack
reset restart
sartdrv
It would be best if any expert can help me rewrite the config and AUTOEXEC files. Thanks. (There are two files, both need to be downloaded. 1000k is really a bit too small. Why is it just a few k smaller? I strongly suggest changing the attachment size to 1.44Mb)

Open attachment Open attachment Link has expired (Administrator's note)
Floor2 如是大师 Posted 2003-04-05 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
Please post the autoexec and config files.
Floor3 沈洁 Posted 2003-04-05 00:00
金牌会员 Posts 1,812 Credits 4,590 From 上海市
config


menuitem=HELP, Help
menuitem=CD, Start computer with CD-ROM support.
menuitem=NOCD, Start computer without CD-ROM support.
menuitem=QUICK, Minimal Boot
menudefault=HELP,30
menucolor=7,0


device=oakcdrom.sys /D:mscd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd001
devicehigh=ramdrive.sys /E 4069


device=oakcdrom.sys /D:mscd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd001
devicehigh=ramdrive.sys /E 4096


devicehigh=ramdrive.sys /E 4096




files=10
buffers=10
dos=high,umb
stacks=9,256
lastdrive=z




autoexec

@ECHO OFF
path=c:\windows;c:\windows\command
\hibinv.exe
call \checksr.bat
IF "%config%"=="QUICK" GOTO QUICK
set EXPAND=YES
SET DIRCMD=/O:N
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%path%;%CDROM%:\
copy command.com %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
copy extract.exe %RAMD%:\ > NUL
copy readme.txt %RAMD%:\ > NUL

:ERROR
IF EXIST ebd.cab GOTO EXT
echo Please insert Windows Millennium Edition Startup Disk 2
echo.
pause
GOTO ERROR

:EXT
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
echo The diagnostic tools were successfully loaded to drive %RAMD%.
echo.

IF "%config%"=="NOCD" GOTO QUIT
IF "%config%"=="HELP" GOTO HELP
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
::If MSCDEX doesn''t find a drive...
IF ERRORLEVEL 1 SET CDPROB=1
::
GOTO QUIT

:HELP
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
::If MSCDEX doesn''t find a drive...
IF ERRORLEVEL 1 SET CDPROB=1
cls
call help.bat
::
GOTO QUIT

:QUIT
call fixit.bat
rem clean up environment variables
set CDPROB=
set CDROM=
set LglDrv=
GOTO QUICK

:QUICK



Floor4 如是大师 Posted 2003-04-05 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
You didn't make any modifications, how can your Chinese system run in conventional memory? You need to load memory expansion, and you don't need so many drivers for the CD-ROM. Please refer to the relevant files in my instant Chinese boot disk.
Floor5 沈洁 Posted 2003-04-05 00:00
金牌会员 Posts 1,812 Credits 4,590 From 上海市
I've read many MS-DOS books, but I still can't get the CONFIG right. Can't you just write a new one and send it to me? Because most of the files are compressed in ebd.cab, so it's hard to write the CONFIG. Otherwise, it won't fit. You'd better download it and use HD-copy to make a disk to modify and have a try. Then send it to me when it's done, okay!
Thanks a lot!

Floor6 如是大师 Posted 2003-04-05 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
The file seems to have an issue, and there's an extraction error. Resend a copy. Under Windows, you don't need to use hd-copy; there's winimage. Also, I rarely use HD, undisk is very good, and it supports Chinese. Under DOS, I'm using DI now.
Floor7 沈洁 Posted 2003-04-05 00:00
金牌会员 Posts 1,812 Credits 4,590 From 上海市
Please read the above article, both need to be downloaded. Since 1MB can't hold, I made two 600KB volume parts. Just unzip with WinRAR 3.0.

I tried it, just change the file name. The large one doesn't need to be changed, the small one is changed to 2003451141543826.rar. This is because the file name was changed during uploading and is not continuous, that's why it is like this. 1MB is really too...

Floor8 Wengier Posted 2003-04-05 00:00
系统支持 Posts 10,521 Credits 27,736
Why are you still using OAKCDROM.SYS and LFNDOS.EXE instead of the newer and better VIDE-CDD.SYS and DOSLFN.COM? Please refer to my MS-DOS 7.10 bootable disk:

http://newdos.yginfo.net/dosware/mdos71bd.zip
Floor9 如是大师 Posted 2003-04-05 00:00
元老会员 Posts 3,351 Credits 9,654 From 湖北
Please replace the CD-ROM drive driver, replace the Chinese platform, copy in umbpci, smartdrv, emm386 and other memory expansion files, and use the devicehigh= command in config. If you find that xzl has poor compatibility, you can use Tianhui. It's quite good. Also, make an instruction file.
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023