Due to the hurry, the Win32 test version of DSPT is released. There is a time limit until 2007.7.15. Please test it. If there is no problem, release the formal version.
The functions of the Win32 version are basically the same as those of dspt under DOS, and the usage is also the same.
Newly added function to display the physical serial number of the hard disk
New parameter /pdr
The function of this parameter is to display the relationship between drive letters and partitions under Win32, strictly in the form of Ghost. The partition parameters displayed here are also exactly the same as those of Ghost.
Usage:
dsptw /a /pdr
dsptw /a /pdr /reverse to display in reverse order
The above two commands can display for multiple hard disks
daptw c: /pdr
I don't understand. I have uploaded many times. Why does the file become corrupted every time I download it after uploading?
Only files with a size of 4K can be uploaded. If it is larger than 4K, it shows that the server space is full and cannot be uploaded
Program return error codes:
#define RUN_WITHOUT_ERROR 0
#define READ_DISK_ERROR 1
#define WRITE_DISK_ERROR 2
#define OPEN_FILE_ERROR 3
#define CREATE_FILE_ERROR 4
#define READ_FILE_ERROR 5
#define WRITE_FILE_ERROR 6
#define FILE_SIZE_ERROR 7
#define OPEN_DISK_ERROR 8
#define DISK_SEEK_ERROR 9
#define FILE_SEEK_ERROR 10
#define TOO_MANY_PARTITIONS 11
#define PARTITION_NUMBER_ERROR 12
#define PARTITION_CANNOT_BE_HIDDEN 13
#define PARTITION_CANNOT_BE_UNHIDDEN 14
#define ONLY_PRIMARY_PARTITION_CAN_BE_ACTIVE 15
#define UNSURPPORT_PARTITION 16
#define DISK_ERROR 17
#define PARAMETER_ERROR 18
#define SECTORS_ERROR 19
#define USER_CANCEL 20
#define PRINT_OK 100
#define PROGRAM_NAME_ERROR 200
#define START_POSITION_ERROR 201
#define EXPIRED_DATE 202
#define OPERATION_ERROR 203
#define PROGRAM_SIZE_ERROR 204
#define LIST_ERROR 205
#define COMPARE_MISMATCH 206
#define UNKNOWN_ERROR 1000
[ Last edited by 19951001 on 2007-6-16 at 08:41 AM ]