![]() |
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:20 |
47,812 topics / 349,914 posts / today 0 new / 48,268 members |
| DOS启动盘 & LOGO技术 (启动盘室) » [Help] How to make a boot disk like this? |
| Printable Version 1,259 / 4 |
| Floor1 mwj | Posted 2003-05-19 00:00 |
| 初级用户 Posts 14 Credits 149 | |
|
1。Chinese support; the menu bar can be selected with the arrow keys.
2。The background, text, and menu bar shouldn't just be black, white, and gray—make them colorful. 3。Don't use any other programming tools, only DOS commands. |
|
| Floor2 ka09 | Posted 2003-05-19 00:00 |
| 初级用户 Posts 32 Credits 181 | |
|
1) Add Tianhui Chinese character support (tw.exe)
2) Add WBAT.com (batch script) 3) Add a text file kk: 4) Under DOS call the commands: Wbat box @kk if erroelevel ........ goto ..... if erroelevel ........ goto ..... if erroelevel ........ goto ..... .............. (take a look at WBAT's instructions and study it yourself) |
|
| Floor3 mwj | Posted 2003-05-20 00:00 |
| 初级用户 Posts 14 Credits 149 | |
|
Can it be done without WBAT? WBAT is too complicated.
|
|
| Floor4 jzcjgh | Posted 2003-05-20 00:00 |
| 初级用户 Posts 39 Credits 253 | |
|
Enable Chinese character support,
create a batch file, and put the following stuff into it. @ECHO OFF goto start :menu header,For Jing Guanghong of the 5th Engineering Bureau Machine Construction Division *Recovery Golden Disk 2003 Edition* h_format,f15,b4,d1,t1 window,f10,b3,t14,o1,h12,k1,k15 ,s1,,,,,l,m5,,,,popup,,p5,,~ title,Function Selection option,Read help instructions,,,, option,Quick install WIN98,,,, option,Quick install WINME,,,, option,Cloning tools,,,, option,DOS(CD-ROM available),,,, option,Manual partitioning,,,, option,Data management,,,, option,Exit Recovery Golden Disk operation,,,, footer,Jing Guanghong reminds you: please read the help instructions first! Otherwise you bear all consequences! E-mail:jzcjgh@163.com f_format,f15,b4,,, :end_menu :start batmnu xlc.bat %def% if errorlevel 8 goto EXIT if errorlevel 7 goto core7 if errorlevel 6 goto core6 if errorlevel 5 goto core5 if errorlevel 4 goto core4 if errorlevel 3 goto core3 if errorlevel 2 goto core2 if errorlevel 1 goto core1 if errorlevel 0 goto core0 :CORE0 set def=0 GOTO start :CORE1 CLS CALL %RAMD%:\README goto start :CORE2 set def=2 CLS CALL SETUP98 goto start :CORE3 set def=3 CLS CALL SETUPME goto start :CORE4 set def=4 CLS CALL RESTORE.BAT goto start :CORE5 set def=5 CLS CALL %RAMD%:\ CLS GOTO :CORE6 set def=6 CLS CALL FMALL.BAT goto start :CORE7 set def=7 CLS CALL FMAL.BAT goto start :CORE8 :EXIT restart |
|
| Floor5 mwj | Posted 2003-05-21 00:00 |
| 初级用户 Posts 14 Credits 149 | |
|
Is it basically similar to CHOICE?
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |