FDSAVE
FDSAVE is a tool by K.Tsujikawa for MSX-DOS2 to copy a floppy disk content into an image file (DSK) on your CF/HDD/SD drive. It comes with the tool FDLOAD.
Latest version is the v1.10.
Contents |
Syntaxes
- FDSAVE drive filename.ext [/Sxx] [/Exx|/Nxx]
- FDSAVE
No parameters shows the usage for this tool.
Parameters
<drive> Drive to copy from
<filename.ext> is the file to copy to
</Sxx> Start sector
</Exx> End sector
</Nxx> Number of sectors
xx = Sector number in hex!
Examples
Save 2DD disk
A>FDSAVE B: TEST.DSK
Save 1DD disk (80 tracks * 9 sectors = 720 = 02D0 (hex))
A>FDSAVE B: TEST.DSK /N02D0
Environement
- MSX1 or newer
- MSX-DOS 2 and upper
Links
- Download link (in the archive BU951030.LZH)