Difference between revisions of "ManageDsk"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
m (moved ManageDSK to ManageDsk: ManageDsk is the style of capitalisation used in the program)
Line 17: Line 17:
 
[[File:Idsk osx.png|thumb|upright=1.5|iDSK on OS X]]
 
[[File:Idsk osx.png|thumb|upright=1.5|iDSK on OS X]]
  
[[Sid]] made a port of ManageDSK to Linux, Mac OS X and other UNIX OS. This port is command-line only but features all the important functionnalities for managing DSK files. You can download it at [http://koaks.amstrad.free.fr/amstrad/projets/ Sid's homepage].  
+
[[Sid]] made a port of ManageDSK to Linux, Mac OS X and other UNIX OS. This port is command-line only but features all the important functionality needed to manage DSK files. You can download it at [http://koaks.amstrad.free.fr/amstrad/projets/ Sid's homepage].  
  
 
This tool works on all unix platforms, unlike cpcfs/cpcxfs which suffers from many endianness problems and can't work on powerPC, for example. The command line interface is designed for easy integration in a makefile, making it more efficient for cross-development.
 
This tool works on all unix platforms, unlike cpcfs/cpcxfs which suffers from many endianness problems and can't work on powerPC, for example. The command line interface is designed for easy integration in a makefile, making it more efficient for cross-development.

Revision as of 06:42, 14 November 2011

ManageDsk

ManageDsk is a small tool which allows :

  • Create a empty .DSK file (in DATA format),
  • Add some files in an existing .DSK file,
  • Extract some files from an existing .DSK file,
  • Rename some files contained in a .DSK file,
  • Delete some files contained in a .DSK file,
  • And since version 0.15, Read/Write DSK files from/to a 3,5" floppy

You can find it here : Amstradeus

In the download section : Download

Direct link for version 0.20d: Here

UNIX port

iDSK on OS X

Sid made a port of ManageDSK to Linux, Mac OS X and other UNIX OS. This port is command-line only but features all the important functionality needed to manage DSK files. You can download it at Sid's homepage.

This tool works on all unix platforms, unlike cpcfs/cpcxfs which suffers from many endianness problems and can't work on powerPC, for example. The command line interface is designed for easy integration in a makefile, making it more efficient for cross-development.

You will probably want to use dsktools to write the dsk image to a real floppy.