Boss, I'm also a newbie. Is there any place that introduces DOS basic commands? Please give me one. Thanks
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!
StickyI
View 92,706 Replies 173
The following is the speech of Benben Bear on 2003-8-9 13:32:05:
Wengier, my operation steps are as follows:
(After reading your "Good Tool for Disk Maintenance SRCTools" and "How to Boot Pure DOS under WinNT/2K/XP" carefully and modifying according to my own situation), please see where the problem is
1. First, save the boot information of WinXP to a file.
SRCBOOT C: I:\BOOTSECT.SAV/S
SRCMBR 0 I:\OLDMBR.SAV/S
SRCFAT C: I:\SAVED.FAT/S
2. Execute the command SYS C:
3. Save the content in the main boot sector at this time (that is, the DOS boot information) to the C:\BOOTSECT.DOS file,
SRCBOOT C: C:\BOOTSECT.DOS/S
SRCMBR 0 C:\MBRSECT.DOS/S
SRCFAT C: C:\FATSECT.DOS/S
4. Restore the boot information of WinXP.
SRCBOOT C: I:\BOOTSECT.SAV/R
SRCMBR 0 I:OLDMBR.SAV/R
SRCFAT C: I:\SAVED.FAT/R
5. Modify the C:\BOOT.INI file.
Add a line under the section: C:\="MS-DOS"
At the first step, I got stuck. Because after entering the command line, the screen always reminds me of the input format of SRCBOOT or SRCMBR or SMCFAT, but the format I entered is not wrong.
The following is the speech of Wengier on 2003-8-6 22:27:18:
Or download a "MS-DOS 7.10 Complete Installation Edition" in the "DOS Boot Disk" section, and it can automatically make a dual boot with WinNT/2K/XP.。