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!
Credits 326 Posts 285 Joined 2010-02-22 00:00 16-year member UID 160972 Gender Male From 黑龙江省
Status Offline
This bootable disk uses msdos7.1 as the core and adopts Tianhui Pocket Chinese Character System to display Chinese characters. Use wbat as the menu selection. The batch processing code will be posted on the 2nd floor, and the update situation will be posted on the 3rd floor. Please look forward to it.
Credits 326 Posts 285 Joined 2010-02-22 00:00 16-year member UID 160972 Gender Male From 黑龙江省
Status Offline
The second half of autoexec:
tway>nul
ctmouse>nul
call menu.bat
menu.bat
:main
set b=call w.bat box @menu.res:
set c=if %wbat%==
%b%main
%c%ntldr call ntldr.bat
%c%autorun call atrun.bat
%c%dogfix call dgfix.bat
%c%prompt exit
:no
wbat box "Wrong choice!" ok
goto main
bootdisk.res
:main "Main Selection Menu" [x]
Please choose:
================
[ ntldr ] Solve the problem of ntldr is missing
[autorun] Immunity and poisoning solution for autorun on the hard disk
[ dogfix ] Take revenge for the machine dog infection (solve the missing file)
[prompt] Return to command prompt
================
Book Disk by doslike
:l
Copying...
ntldr.bat
copy *.* c:\
exit
......The code is not finished yet
[[i] Last edited by doslike on 2010-5-9 at 19:27 [/i]]