Originally posted by 19951001 at 2008-12-19 21:50:
In dspt, the /e
DSPT
/E: Clear Disk Sector Info
This is of course to clear the sector content, what you said is correct, what's so strange about this.
This is correct,
But I am using a combined version of dspt and diskrw,
And the /E parameter of diskrw is for modification:
2008.9.27
Win32 version diskrw updated
http://upload.cn-dos.net/img/798.rar
The content of this modification:
1 Command adjustment, the original /E command (delete sector content) is changed to /F command (sector content filling)
The original /E command fills the specified sector with 0
The current /F command can fill the sector with any value. If no Value is entered, it performs the same function as the original version's /E command
DISKRW
/F: Fill Disk Sector Info with Value
Value: an Integer (0..255), default is 0
2 Command adjustment, change the command to modify the sector from the original /M (Modify) to /E (Edit) for more intuitive
DISKRW
SectorNo: Absolute/Relative Sector No. of Disk
Offset: The Offset in Specified Sector (0..511)
/E: Edit Disk Sector Info
/HEX: Hex Style
Value: Hex Digital String (No more than 32 characters)
So, can we unify the parameters?