The following is the update:
1
Added: Compress, decompress FAT, compare compressed FAT functions
Parameters are:
TOdisk -SFATZ 1:2 DFATZ
Backup the FAT of partition 1:2 and compress it (the level is the default 6), and the file name is DFATZ
If the compression level is 9, as follows:
TOdisk -SFATZ9 1:2 DFATZ
When comparing, the parameters are the same for the compressed FAT and the uncompressed FAT
(The program will automatically detect whether it is compressed)
2
Eliminated a piece of 64KB memory
(Wait a while to determine the memory usage according to the size of the user's input data, which is better)
3
Killed two bugs:
a, When comparing compressed files, the buffer pointer of the non-compressed file is incorrect
b, When backing up the partition table chain and DBR of a single hard disk, it is invalid.
4
After version 2.2, because the DEBUG information in the program was removed during compilation, the volume is greatly reduced! Reduced by 50KB!
Reuploaded
[ Last edited by GOTOmsdos on 2007-4-17 at 07:04 AM ]
1
Added: Compress, decompress FAT, compare compressed FAT functions
Parameters are:
TOdisk -SFATZ 1:2 DFATZ
Backup the FAT of partition 1:2 and compress it (the level is the default 6), and the file name is DFATZ
If the compression level is 9, as follows:
TOdisk -SFATZ9 1:2 DFATZ
When comparing, the parameters are the same for the compressed FAT and the uncompressed FAT
(The program will automatically detect whether it is compressed)
2
Eliminated a piece of 64KB memory
(Wait a while to determine the memory usage according to the size of the user's input data, which is better)
3
Killed two bugs:
a, When comparing compressed files, the buffer pointer of the non-compressed file is incorrect
b, When backing up the partition table chain and DBR of a single hard disk, it is invalid.
4
After version 2.2, because the DEBUG information in the program was removed during compilation, the volume is greatly reduced! Reduced by 50KB!
Reuploaded
[ Last edited by GOTOmsdos on 2007-4-17 at 07:04 AM ]


