The following is the MaxDos 3.5-E streamlined version.
Please, comrades with conditions, help test whether there will be errors when running programs in the streamlined version on SATA hard disks and SICS hard disks. Thanks.
MaxDOS 3.5-E Help File!
Produced by Max-Tian on January 30, 2005. QQ: 12996688. Website: Http://Lyd.Xicp.Net
Special note - The boot password is: max (It's not for advertisement or fame, just to serve as a starting point).
The use of this software: When there is no DOS in the installed system, to install pure DOS into the installed WINDOWS 2000/XP/2003. It supports NTFS partitions.
If you have any questions, please post them at http://bbs.zhenfu.info or post a reply in this thread. Please don't ask me on QQ.. I won't answer.
Version 2.1 corrected that the password can be found during startup.
Version 3.0 corrected the kernel. Some friends reported that it got stuck during startup or when entering the menu. All have been corrected.
Version 3.5 corrected the startup interface. Too many people reported it was ugly. Added read-write functions for NTFS partitions (but cannot support Chinese file names and folders, and cannot operate on them). Added a BIOS flashing program under DOS. Supports AMI and AWD BIOS. CBROM can add OEM pictures to BIOS by yourself. Added HDDREG and HHDDSPEED (automatic repair), both are relatively famous hard disk bad sector repair programs. Regarding the support for USB programs, please refer to the usage method of DUSE.exe on the Internet. It won't be explained in detail here.
3.5-E Simply put, it's a streamlined version. Updated GHOST to version 8.2, speeded up the startup speed, removed some useless things. Also, everyone said there were too many advertisements from me, all have been corrected. Corrected the kernel file. Only supports Chinese display. Supports NTFS partition GHOST. Does not support operating files on NTFS partitions!
Characteristics of this software:
1. Supports setting the password by yourself when entering pure DOS.
2. Supports network cloning. Built-in 10 common DOS network card drivers. As follows:
3C90X network card
DCN530TX network card
DFE530TX network card
DLE530TX network card
IP 100 network card
INTEL PRO100 network card
RTL8029 network card
RTL8139 network card
SIS series network cards
VIA series network cards
This software is a green software. It will absolutely not cause damage to the system. Nor will it make the system unstable.. Common software has been integrated. See the following table!
All files list on the boot disk
Files in the root directory of drive A
=================
File name Function
AUTOEXEC.BAT System startup batch processing file
COMMAND.COM MS-DOS 7.10 command processor, supports long file names
CONFIG.SYS System startup configuration file
CTMOUSE.EXE CuteMouse 1.9 version, the best and most practical mouse driver under DOS
DELDEV.COM Delete the device driver program loaded by ADDEV from memory, that is, cancel that driver program
DELTREE.COM The most powerful and practical DELTREE replacement program version 1.02
DEVICE.COM Directly load device driver programs (such as CD-ROM driver programs.SYS, etc.) under the DOS command line
Diskgen.exe DISKGEN2.0 super strong hard disk partition repair software Chinese version (super recommended, I used this before I didn't know how to use FDISK)
DOSKEY.COM The best DOSKEY replacement program version 1.8, provides command history, macro definition, automatic completion and other functions
DOSVER.COM Practical tool to set DOS version number, can automatically or manually set DOS version number
DREADY.COM Judge drive status, for example, check whether there is a CD in the CD-ROM, whether the floppy disk is write-protected, etc.
EXLAN.bat Used to decompress the network card driver package. Remember to run this command to decompress before network cloning
GHOST GHOST8.2 main program
EMM386.EXE The tool provided by MS-DOS 7.10 to provide UMB and EMS memory
ESCAPE.EXE Allows returning to the DOS command line at any time by pressing the F12 key to prevent system crash
EXTRACT.EXE Tool to decompress CAB compressed package
FIND.COM The best replacement program for the search tool
FINDCD.EXE Self-modified practical program to find CD-ROM drive letter
FINDRAMD.EXE Practical tool to find RAM disk drive letter
HIMEM.SYS The tool provided by MS-DOS 7.10 to provide XMS memory, supports large memory
IFSHLP.SYS Provide enhanced VFAT file system driver support for Win9x (required when starting Win9x)
IO.SYS MS-DOS 7.10 system startup file
KILLER.EXE Can automatically intercept illegal instructions to prevent system crash
LABEL.COM Very small tool to modify disk volume label
lan.cab Network cloning DOS network card driver package, please decompress the network card driver to the virtual disk by running EXLAN before network cloning
LOOKBACK.DAT DISKGEN anti-KUI file
max.cab See below for decompression
MOUSCLIP.EXE Very practical tool to copy/paste with mouse and simulate arrow keys under DOS (including command line)
MSDOS.SYS MS-DOS 7.10 system startup configuration file
netgho1.bat See below instructions
netgho2.BAT Simple network cloning batch processing
NSET.COM File used by netgho1.bat for network cloning
pctool.EXE Similar to Windows resource manager
SHSUCDX.EXE Compact and practical CD-ROM expansion driver program latest version, the best substitute for MSCDEX, only occupies very little memory
SORT.COM Very small sorting tool
SPFDISK.EXE Boot manager + partition manager, powerful functions
SUBST.EXE Very small tool to set virtual drive
TM.EXE Compact and practical tool to set keyboard and display
tw.exe Tianhui Chinese program, please run this first if you want to display Chinese!
UNDISK.EXE Tool to decompress disk image files such as IMG
VIDE-CDD.SYS The best universal IDE/ATAPI CD-ROM driver under DOS, only occupies very little memory
WAIT.COM Wait tool for batch processing files, and supports keyboard return value and other operations
Wattcp.cfg Network cloning configuration file
WBAT.COM Very powerful and practical batch processing dialog box designer, supports mouse operation
Xcopy.EXE Everyone who has used it knows, no need to say more!
XMSDSK.EXE The best virtual memory disk tool, very convenient and practical, and only occupies very little memory
ZENO.EXE Very good screen display acceleration software
MaxDos3.5-E Instructions.txt
And a series of files, not all explained one by one!
Instructions for netgho1.bat, batch processing file for network cloning
Please decompress the network card driver to the virtual disk by running EXLAN before network cloning
@echo off
:: Generate 3 random numbers. Need to use two DOS commands random.com nset.com
:: So these two files cannot be deleted
random 1 255|nset random1=$1
random 0 255|nset random2=$1
random 1 254|nset random3=$1
:: Write the obtained random numbers into the Wattcp.cfg file
echo IP=10.%random1%.%random2%.%random3%> Wattcp.cfg
:: Do not modify the subnet mask
echo NETMASK=255.0.0.0>> Wattcp.cfg
:: IP of the server machine, can be modified as needed, but must be 10.*.*.*
echo GATEWAY=10.1.1.1>> Wattcp.cfg
:: Delete temporary variables
set random1=
set random2=
set random3=
:: Load network card driver. Whether to use -m 100full depends on your own situation
8139 0x60
:: Start automatic network cloning. Server name aaa can be modified as needed (full disk cloning mode)
ghost -clone,mode=restore,src=@MCaaa,dst=1 -sure -rb
(The above is made by others, please change according to your own requirements)
Files in the MAX.CAB compressed package:
-------------------------
ATTRIB.COM Powerful and practical ATTRIB file attribute modification program version 1.09
BOOTPART.EXE Boot partition manager version 2.50, powerful functions
CHKDSK.EXE The command line disk check tool provided by MS-DOS 7.10
DEBUG.EXE The debugging program provided by MS-DOS 7.10, which has been modified to support Chinese display
EDIT.COM The EDIT command provided by MS-DOS 7.10, can edit multiple large files, text/binary files
FAKEDISK.COM Tool to virtualize various floppy disk images (such as IMG, DDI, etc.) into floppy disks
FDISK.EXE The hard disk partition tool provided by MS-DOS 7.10, supports large hard disks and various partitions
FORMAT.EXE The formatting program provided by MS-DOS 7.10
MEM.EXE Memory information viewing tool under DOS
MORE.COM The paging display tool provided by MS-DOS 7.10
REGEDIT.EXE The Windows registry maintenance tool provided by MS-DOS 7.10
SMARTDRV.EXE The disk cache program provided by MS-DOS 7.10
SRCBOOT.COM Small tool to save/restore/compare the boot sector of the disk in command line mode
SRCFAT.COM Small tool to save/restore/compare the file allocation table (FAT) of the disk in command line mode
SRCMBR.COM Small tool to save/restore/compare the master boot record (MBR) of the disk in command line mode
SYS.COM The DOS system file transmission program provided by MS-DOS 7.10
TREE.COM The tool to view the folder tree in text graphics mode provided by DOS
Special note!
The default password of the startup menu is: max
If you want to modify the password, please open C:\BOOT\GRUB\menu.lst with Notepad (must first remove the system file protection and hidden files---open {{My Computer->Tools->Folder Options->Remove the check mark of Hide protected operating system files->Select Show all files and folders}}) Change MAX after the PASSWORD line to the password you want. Remember there is a space in the middle. Also, the BOOT directory on drive C cannot be deleted. Once deleted, this software cannot run. Also, this software only supports the system installed on drive C, that is, the first partition of the hard disk.
For uninstalling the software, please refer to here.
To uninstall this software, please uninstall manually. Because the installation program cannot remove the startup option, so please uninstall manually. Delete the C:\BOOT folder. Open C:\BOOT.INI with Notepad (must first remove the system file protection and hidden files---open {{My Computer->Tools->Folder Options->Remove the check mark of Hide protected operating system files->Select Show all files and folders}}) Remove the read-only attribute of BOOT.INI. Change timeout=5 to the waiting time you want. Delete the last line.
Download address of the streamlined version: Http://61.131.56.166/soft/dose.rar
Also: Attached with network GHOST server side, DOS server side and WIN server side. Download address: http://amoi.nckd.com/liiang/gho.rar
Produced by Max-Tian on January 30, 2005. QQ: 12996688. Website: Http://Lyd.Xicp.Net
Please, comrades with conditions, help test whether there will be errors when running programs in the streamlined version on SATA hard disks and SICS hard disks. Thanks.
MaxDOS 3.5-E Help File!
Produced by Max-Tian on January 30, 2005. QQ: 12996688. Website: Http://Lyd.Xicp.Net
Special note - The boot password is: max (It's not for advertisement or fame, just to serve as a starting point).
The use of this software: When there is no DOS in the installed system, to install pure DOS into the installed WINDOWS 2000/XP/2003. It supports NTFS partitions.
If you have any questions, please post them at http://bbs.zhenfu.info or post a reply in this thread. Please don't ask me on QQ.. I won't answer.
Version 2.1 corrected that the password can be found during startup.
Version 3.0 corrected the kernel. Some friends reported that it got stuck during startup or when entering the menu. All have been corrected.
Version 3.5 corrected the startup interface. Too many people reported it was ugly. Added read-write functions for NTFS partitions (but cannot support Chinese file names and folders, and cannot operate on them). Added a BIOS flashing program under DOS. Supports AMI and AWD BIOS. CBROM can add OEM pictures to BIOS by yourself. Added HDDREG and HHDDSPEED (automatic repair), both are relatively famous hard disk bad sector repair programs. Regarding the support for USB programs, please refer to the usage method of DUSE.exe on the Internet. It won't be explained in detail here.
3.5-E Simply put, it's a streamlined version. Updated GHOST to version 8.2, speeded up the startup speed, removed some useless things. Also, everyone said there were too many advertisements from me, all have been corrected. Corrected the kernel file. Only supports Chinese display. Supports NTFS partition GHOST. Does not support operating files on NTFS partitions!
Characteristics of this software:
1. Supports setting the password by yourself when entering pure DOS.
2. Supports network cloning. Built-in 10 common DOS network card drivers. As follows:
3C90X network card
DCN530TX network card
DFE530TX network card
DLE530TX network card
IP 100 network card
INTEL PRO100 network card
RTL8029 network card
RTL8139 network card
SIS series network cards
VIA series network cards
This software is a green software. It will absolutely not cause damage to the system. Nor will it make the system unstable.. Common software has been integrated. See the following table!
All files list on the boot disk
Files in the root directory of drive A
=================
File name Function
AUTOEXEC.BAT System startup batch processing file
COMMAND.COM MS-DOS 7.10 command processor, supports long file names
CONFIG.SYS System startup configuration file
CTMOUSE.EXE CuteMouse 1.9 version, the best and most practical mouse driver under DOS
DELDEV.COM Delete the device driver program loaded by ADDEV from memory, that is, cancel that driver program
DELTREE.COM The most powerful and practical DELTREE replacement program version 1.02
DEVICE.COM Directly load device driver programs (such as CD-ROM driver programs.SYS, etc.) under the DOS command line
Diskgen.exe DISKGEN2.0 super strong hard disk partition repair software Chinese version (super recommended, I used this before I didn't know how to use FDISK)
DOSKEY.COM The best DOSKEY replacement program version 1.8, provides command history, macro definition, automatic completion and other functions
DOSVER.COM Practical tool to set DOS version number, can automatically or manually set DOS version number
DREADY.COM Judge drive status, for example, check whether there is a CD in the CD-ROM, whether the floppy disk is write-protected, etc.
EXLAN.bat Used to decompress the network card driver package. Remember to run this command to decompress before network cloning
GHOST GHOST8.2 main program
EMM386.EXE The tool provided by MS-DOS 7.10 to provide UMB and EMS memory
ESCAPE.EXE Allows returning to the DOS command line at any time by pressing the F12 key to prevent system crash
EXTRACT.EXE Tool to decompress CAB compressed package
FIND.COM The best replacement program for the search tool
FINDCD.EXE Self-modified practical program to find CD-ROM drive letter
FINDRAMD.EXE Practical tool to find RAM disk drive letter
HIMEM.SYS The tool provided by MS-DOS 7.10 to provide XMS memory, supports large memory
IFSHLP.SYS Provide enhanced VFAT file system driver support for Win9x (required when starting Win9x)
IO.SYS MS-DOS 7.10 system startup file
KILLER.EXE Can automatically intercept illegal instructions to prevent system crash
LABEL.COM Very small tool to modify disk volume label
lan.cab Network cloning DOS network card driver package, please decompress the network card driver to the virtual disk by running EXLAN before network cloning
LOOKBACK.DAT DISKGEN anti-KUI file
max.cab See below for decompression
MOUSCLIP.EXE Very practical tool to copy/paste with mouse and simulate arrow keys under DOS (including command line)
MSDOS.SYS MS-DOS 7.10 system startup configuration file
netgho1.bat See below instructions
netgho2.BAT Simple network cloning batch processing
NSET.COM File used by netgho1.bat for network cloning
pctool.EXE Similar to Windows resource manager
SHSUCDX.EXE Compact and practical CD-ROM expansion driver program latest version, the best substitute for MSCDEX, only occupies very little memory
SORT.COM Very small sorting tool
SPFDISK.EXE Boot manager + partition manager, powerful functions
SUBST.EXE Very small tool to set virtual drive
TM.EXE Compact and practical tool to set keyboard and display
tw.exe Tianhui Chinese program, please run this first if you want to display Chinese!
UNDISK.EXE Tool to decompress disk image files such as IMG
VIDE-CDD.SYS The best universal IDE/ATAPI CD-ROM driver under DOS, only occupies very little memory
WAIT.COM Wait tool for batch processing files, and supports keyboard return value and other operations
Wattcp.cfg Network cloning configuration file
WBAT.COM Very powerful and practical batch processing dialog box designer, supports mouse operation
Xcopy.EXE Everyone who has used it knows, no need to say more!
XMSDSK.EXE The best virtual memory disk tool, very convenient and practical, and only occupies very little memory
ZENO.EXE Very good screen display acceleration software
MaxDos3.5-E Instructions.txt
And a series of files, not all explained one by one!
Instructions for netgho1.bat, batch processing file for network cloning
Please decompress the network card driver to the virtual disk by running EXLAN before network cloning
@echo off
:: Generate 3 random numbers. Need to use two DOS commands random.com nset.com
:: So these two files cannot be deleted
random 1 255|nset random1=$1
random 0 255|nset random2=$1
random 1 254|nset random3=$1
:: Write the obtained random numbers into the Wattcp.cfg file
echo IP=10.%random1%.%random2%.%random3%> Wattcp.cfg
:: Do not modify the subnet mask
echo NETMASK=255.0.0.0>> Wattcp.cfg
:: IP of the server machine, can be modified as needed, but must be 10.*.*.*
echo GATEWAY=10.1.1.1>> Wattcp.cfg
:: Delete temporary variables
set random1=
set random2=
set random3=
:: Load network card driver. Whether to use -m 100full depends on your own situation
8139 0x60
:: Start automatic network cloning. Server name aaa can be modified as needed (full disk cloning mode)
ghost -clone,mode=restore,src=@MCaaa,dst=1 -sure -rb
(The above is made by others, please change according to your own requirements)
Files in the MAX.CAB compressed package:
-------------------------
ATTRIB.COM Powerful and practical ATTRIB file attribute modification program version 1.09
BOOTPART.EXE Boot partition manager version 2.50, powerful functions
CHKDSK.EXE The command line disk check tool provided by MS-DOS 7.10
DEBUG.EXE The debugging program provided by MS-DOS 7.10, which has been modified to support Chinese display
EDIT.COM The EDIT command provided by MS-DOS 7.10, can edit multiple large files, text/binary files
FAKEDISK.COM Tool to virtualize various floppy disk images (such as IMG, DDI, etc.) into floppy disks
FDISK.EXE The hard disk partition tool provided by MS-DOS 7.10, supports large hard disks and various partitions
FORMAT.EXE The formatting program provided by MS-DOS 7.10
MEM.EXE Memory information viewing tool under DOS
MORE.COM The paging display tool provided by MS-DOS 7.10
REGEDIT.EXE The Windows registry maintenance tool provided by MS-DOS 7.10
SMARTDRV.EXE The disk cache program provided by MS-DOS 7.10
SRCBOOT.COM Small tool to save/restore/compare the boot sector of the disk in command line mode
SRCFAT.COM Small tool to save/restore/compare the file allocation table (FAT) of the disk in command line mode
SRCMBR.COM Small tool to save/restore/compare the master boot record (MBR) of the disk in command line mode
SYS.COM The DOS system file transmission program provided by MS-DOS 7.10
TREE.COM The tool to view the folder tree in text graphics mode provided by DOS
Special note!
The default password of the startup menu is: max
If you want to modify the password, please open C:\BOOT\GRUB\menu.lst with Notepad (must first remove the system file protection and hidden files---open {{My Computer->Tools->Folder Options->Remove the check mark of Hide protected operating system files->Select Show all files and folders}}) Change MAX after the PASSWORD line to the password you want. Remember there is a space in the middle. Also, the BOOT directory on drive C cannot be deleted. Once deleted, this software cannot run. Also, this software only supports the system installed on drive C, that is, the first partition of the hard disk.
For uninstalling the software, please refer to here.
To uninstall this software, please uninstall manually. Because the installation program cannot remove the startup option, so please uninstall manually. Delete the C:\BOOT folder. Open C:\BOOT.INI with Notepad (must first remove the system file protection and hidden files---open {{My Computer->Tools->Folder Options->Remove the check mark of Hide protected operating system files->Select Show all files and folders}}) Remove the read-only attribute of BOOT.INI. Change timeout=5 to the waiting time you want. Delete the last line.
Download address of the streamlined version: Http://61.131.56.166/soft/dose.rar
Also: Attached with network GHOST server side, DOS server side and WIN server side. Download address: http://amoi.nckd.com/liiang/gho.rar
Produced by Max-Tian on January 30, 2005. QQ: 12996688. Website: Http://Lyd.Xicp.Net
