Difference between revisions of "ManageDsk"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(added category)
(Updating link)
 
(11 intermediate revisions by 7 users not shown)
Line 8: Line 8:
 
* And since version 0.15, Read/Write DSK files from/to a 3,5" floppy
 
* And since version 0.15, Read/Write DSK files from/to a 3,5" floppy
  
You can find it here : [http://amstrad.cpc.free.fr Amstradeus]
+
== Sequel: iDSK ==
  
In the download section : [http://amstrad.cpc.free.fr/download.php?dcategory=Utilitaires&sortby= Download]
+
ManageDsk was used as a basis to make [[iDSK]], a portable variant that runs on Linux, Mac OS X.
  
== UNIX port ==
+
==Link==
[[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].  
+
*[https://www.genesis8bit.fr/archives/index.php?news_id=315 Genesis8 website: "The disk utility ManageDsk v0.20g by Demoniak is available" (25 January 2012)]
 
+
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.
+
  
 
[[Category:Emulation Tools]][[Category:CrossDev]]
 
[[Category:Emulation Tools]][[Category:CrossDev]]

Latest revision as of 16:34, 7 January 2025

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

Sequel: iDSK

ManageDsk was used as a basis to make iDSK, a portable variant that runs on Linux, Mac OS X.

Link