FDSAVE
This page was last modified 15:15, 2 July 2020 by Gdx. Based on work by Sylvester and Mars2000you.

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