|
q8q8feng
初级用户
 
积分 56
发帖 28
注册 2006-10-26
状态 离线
|
|
2007-5-16 13:13 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2007-6-5 19:08 |
|
|
clonecd
初级用户
 
积分 94
发帖 46
注册 2006-5-14
状态 离线
|
『第 213 楼』:
使用 LLM 解释/回答一下
晕,对5.29增加的工具没有一点说明,难道一定要到DOS下 使用DPR /? 才行
Wow, there's no explanation at all for the tools added on 5.29. Does it really have to be used under DOS with DPR /? to see?
|
|
2007-6-6 00:31 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2007-6-6 07:44 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 215 楼』:
使用 LLM 解释/回答一下
把dpr的功能加入diskrw/dpit的windows版就好了。
不知何时能推出。
关注中
It would be nice if the functions of dpr were added to the Windows version of diskrw/dpit. I don't know when it will be launched. I'm keeping an eye on it.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-6-6 10:14 |
|
|
hwlon2
新手上路

积分 2
发帖 1
注册 2006-11-15
状态 离线
|
|
2007-6-6 16:08 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 217 楼』:
使用 LLM 解释/回答一下
谢谢各位的关注,5月底出差刚回来,本打算回来把win32版本完善一下发出去,可是又有急活,6月初又出差了,我现在外地,如果系统测试顺利的话估计还要1周 的时间就可以回去了
Thanks for everyone's attention. I just came back from a business trip at the end of May. I originally planned to come back and improve the win32 version and release it, but there was an urgent task again, and I went on a business trip again in early June. I'm now out of town. If the system test goes smoothly, it is estimated that I will be able to go back in about 1 week.
|
|
2007-6-10 11:18 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
『第 218 楼』:
Dspt 的Win32版本
使用 LLM 解释/回答一下
由于时间匆忙,发DSPT的Win32测试版本,有时间限制到2007.7.15,请大家测试,如果没有问题发正式版本。
Win32版本功能和dos下的dspt基本一致,用法也相同。
新增显示硬盘物理序列号功能
新增参数 /pdr
该参数的作用是显示Win32下盘符与分区关系,严格按照Ghost形式,也是这里显示的分区参数和ghost完全一致。
用法:
dsptw /a /pdr
dsptw /a /pdr /reverse 以逆序显示
上述两条命令可以对多个硬盘进行显示
daptw c: /pdr
搞不明白,我上传了多次,怎么每次上传后再下载下来,文件已经坏了
只能上传大小为4K的文件,如果大于4K显示服务器空间已满,不能上传
程序返回错误代码:
#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 ]
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 ]
|
|
2007-6-15 21:08 |
|
|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
|
2007-6-15 21:46 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2007-6-15 22:12 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2007-6-16 12:14 |
|
|
19951001
高级用户
    流落街头
积分 570
发帖 272
注册 2005-10-17 来自 北京
状态 离线
|
|
2007-6-16 18:42 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2007-6-16 18:55 |
|
|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
|
2007-6-16 19:28 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 225 楼』:
使用 LLM 解释/回答一下
Originally posted by wang6610 at 2007-6-16 19:28:
传到这里也行.
http://lianjiang2007.ys168.com
可以上传到我网盘,我建一个临时目录,供上传。
目录dpit_test_win32 密码123456,认证后可上传文件。
Originally posted by wang6610 at 2007-6-16 19:28:
You can also upload it here.
http://lianjiang2007.ys168.com
You can upload to my cloud disk. I will create a temporary directory for uploading.
Directory: dpit_test_win32, password: 123456. You can upload files after authentication.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-6-16 19:43 |
|