At the request of terse's friend, I specially streamlined TOdisk into a mini version, which has the functions of displaying the partition table, backing up/restoring/comparing disk partition table chains (DPT/DBR/FAT/CMOS).
In addition to covering all the functions of SRCTOOLS, it also has the following ten functions:
1. All functions are in one program.
2. Support backing up partition tables of any file system (including LINUX, etc., represented by GHOST's numerical method) and NTFS partition information DBR, etc. (represented by GHOST's numerical method to represent partitions. Also, if NTFSPRO/IFS is loaded, you can directly use the drive letter).
3. Support backing up the partition table chains of all hard disks and any hard disks, and support global comparison.
4. Support copying the DBR copy provided by the FAT32 system to the DBR.
5. Support the drive letters of NTFS/LINUX after loading NTFSPRO/IFS.
6. Support representing partitions in numerical form, breaking through the limitations of FAT partitions, consistent with GHOST.
7. Support converting and displaying between partitions represented by numerical form and drive letter representation.
8. Support cooperating with DOS batch processing.
9. Support backing up CMOS and generating CMOS passwords.
10. Support displaying the hard disk table and the total partition table.
Its functions far exceed the similar tool dosBACK I wrote before...
**********************************
At the request of several enthusiastic users,
On the basis of cooperating with NTFSPRO/IFS, the functions of cooperating with GHOST and DOS batch processing are added.
And the function of displaying the numerical partition such as (1:2) with the drive letter (such as D:) or vice versa is added:
(And the numerical representation of partitions of the TOdisk/miniTO program is the same as that of GHOST, that is, using the direct sequential order... can be used in cooperation with GHOST, everyone can compare. After loading NTFSPRO/IFS, it is also consistent with them, because the drive letters they add are also sequential.)
The usage is as follows:
miniTO -turn 1:2
will display D:
It can also be combined with the ERRORLEVEL of DOS batch processing to store the output in a file:
Success returns 1
Failure returns 2
BAT file:
miniTO -turn 1:2 >FILE
REM Enter 1:2 will display D:
REM Enter D: will display 1:2
IF ERRORLEVEL 2 GOTO FAIL
IF ERRORLEVEL 1 GOTO OK
:FAIL
Do your thing
GOTO END
:OK
Do your thing
GOTO END
:END
Will store D: or 1:2 in FILE
If NTFSPRO/IFS is loaded, you can:
miniTO -turn 1:2 -ntfspro >FILE (or -ifs)
Will handle it with the drive letters they added
If there is a problem when running on a real hard disk or in a virtual machine, you can add -NOHP at the end.
It is very convenient and practical, welcome everyone to try!
Look at the usage, enter the program name or program name -?/-h
You can also refer to: (the part about DPT/DBR/FAT/CMOS)
http://www.cn-dos.net/forum/viewthread.php?tid=22883&fpage=1&highlight=&page=8
To use TOdisk, please refer to:
http://www.cn-dos.net/forum/viewthread.php?tid=22883&page=1&sid=ZXsc2C#pid136677
Latest version, WIN version and source code address:
http://www.cn-dos.net/forum/viewthread.php?tid=30157&fpage=1
[ Last edited by GOTOmsdos on 2007-5-6 at 11:27 AM ]
In addition to covering all the functions of SRCTOOLS, it also has the following ten functions:
1. All functions are in one program.
2. Support backing up partition tables of any file system (including LINUX, etc., represented by GHOST's numerical method) and NTFS partition information DBR, etc. (represented by GHOST's numerical method to represent partitions. Also, if NTFSPRO/IFS is loaded, you can directly use the drive letter).
3. Support backing up the partition table chains of all hard disks and any hard disks, and support global comparison.
4. Support copying the DBR copy provided by the FAT32 system to the DBR.
5. Support the drive letters of NTFS/LINUX after loading NTFSPRO/IFS.
6. Support representing partitions in numerical form, breaking through the limitations of FAT partitions, consistent with GHOST.
7. Support converting and displaying between partitions represented by numerical form and drive letter representation.
8. Support cooperating with DOS batch processing.
9. Support backing up CMOS and generating CMOS passwords.
10. Support displaying the hard disk table and the total partition table.
Its functions far exceed the similar tool dosBACK I wrote before...
**********************************
At the request of several enthusiastic users,
On the basis of cooperating with NTFSPRO/IFS, the functions of cooperating with GHOST and DOS batch processing are added.
And the function of displaying the numerical partition such as (1:2) with the drive letter (such as D:) or vice versa is added:
(And the numerical representation of partitions of the TOdisk/miniTO program is the same as that of GHOST, that is, using the direct sequential order... can be used in cooperation with GHOST, everyone can compare. After loading NTFSPRO/IFS, it is also consistent with them, because the drive letters they add are also sequential.)
The usage is as follows:
miniTO -turn 1:2
will display D:
It can also be combined with the ERRORLEVEL of DOS batch processing to store the output in a file:
Success returns 1
Failure returns 2
BAT file:
miniTO -turn 1:2 >FILE
REM Enter 1:2 will display D:
REM Enter D: will display 1:2
IF ERRORLEVEL 2 GOTO FAIL
IF ERRORLEVEL 1 GOTO OK
:FAIL
Do your thing
GOTO END
:OK
Do your thing
GOTO END
:END
Will store D: or 1:2 in FILE
If NTFSPRO/IFS is loaded, you can:
miniTO -turn 1:2 -ntfspro >FILE (or -ifs)
Will handle it with the drive letters they added
If there is a problem when running on a real hard disk or in a virtual machine, you can add -NOHP at the end.
It is very convenient and practical, welcome everyone to try!
Look at the usage, enter the program name or program name -?/-h
You can also refer to: (the part about DPT/DBR/FAT/CMOS)
http://www.cn-dos.net/forum/viewthread.php?tid=22883&fpage=1&highlight=&page=8
To use TOdisk, please refer to:
http://www.cn-dos.net/forum/viewthread.php?tid=22883&page=1&sid=ZXsc2C#pid136677
Latest version, WIN version and source code address:
http://www.cn-dos.net/forum/viewthread.php?tid=30157&fpage=1
[ Last edited by GOTOmsdos on 2007-5-6 at 11:27 AM ]
Attachments

