Updated according to everyone's suggestions! (Thank you all very much for your concern)
Usage
MTOOLS /parameter [>filename (optional)]
/? or without parameters can display help
/Save CMOS or 1 can save CMOS
/Load CMOS or 2 can restore CMOS
/Save MBR or 3 can save the MBR of the hard disk
/Load MBR or 4 can restore the MBR of the hard disk
/OFF or 5 can shut down the computer
/RE or 6 can restart the computer
/Open CD or 7 can open the CD drive
/Close CD or 8 can close the CD drive
/Save C or 9 can call GHOST to save the C drive
(GHOST.EXE should be in the same directory or in the PATH)
/Load C or 10 can call GHOST to restore the C drive
(GHOST.EXE should be in the same directory or in the PATH)
Note, please do not use this software under the WIN system!
Usage examples:
Open CD drive
MTOOLS /open CD
or use MTOOLS 7 (Note that this does not need to add the / symbol, the same below)
Close CD drive
MTOOLS /close CD
or use MTOOLS 8 (Note that this does not need to add the / symbol, the same below)
Save the MBR of the hard disk
MTOOLS /SAVE MBR >A:\HDMBR.DAT
If no filename is added, it will prompt to enter the filename, and if no filename is entered, the default filename will be used
or use MTOOLS 3 >A:\HDMBR.DAT
Restore MBR
MTOOLS /LOAD MBR >A:\HDMBR.DAT
If no filename is added, it will prompt to enter the filename, and if no filename is entered, the default filename will be used
or use MTOOLS 4 >A:\HDMBR.DAT
Call the external command GHOST to save the C drive (GHOST.EXE should be in the same directory or in the PATH)
MTOOLS /SAVE C >D:\GHOST\C.GHO
If no filename is added, it will prompt to enter the filename, and if no filename is entered, the default filename will be used
or use MTOOLS 9 >D:\GHOST\C.GHO
Call the external command GHOST to restore the C drive (GHOST.EXE should be in the same directory or in the PATH)
MTOOLS /LOAD C >D:\GHOST\C.GHO
If no filename is added, it will prompt to enter the filename, and if no filename is entered, the default filename will be used
or use MTOOLS 10 >D:\GHOST\C.GHO
Attachments
MTOOLS.rar (30.11 KiB, Credits to download 1 pts, Downloads: 60)