Changes

Jump to: navigation, search

CPCDiskXP

1,799 bytes added, 11:49, 24 April 2016
As I was looking for how to use from commandline I did search the inet. Thought it would be better to have it documented here, too.
It was written by Oscar Sanchez ([[Mochilote]]).
 
The actual version is '''CPCDiskXP v2.5.1''' as of 03/10/2014.
== Features ==
* graphic display of track/sector structure
== Use from commandline == The program can be used by command line (in your makefile i.e.). === Options are: === -File BinaryNameIndicates the name of the binary to use -AddAmsdosHeader MemoryAddressInHexOptional to add to the file a Amsdos header -AmsdosEntryAddress MemoryAddressInHexOptional, if you omit this parameter and use -AddAmsdosHeader, EntryAddress value is the same as the used in -AddAmsdosHeader -AddToExistingDsk DskFileNameAdd the filename in "-File" to Dsk DskFileName. If the file already exists within the Dsk, is overwritten -AddToNewDsk DskFileNameOptionally creates a Dsk, adding the binary in "-File" -NewDskFormat FormatNumberOptional, if we used "-AddToNewDsk", we indicate here the disc format you want, which defaults to 1<br /><small>Values (Examples).1 "CPC DATA - Single Side - 40 Tracks - 64 Dir. Entries - 180K (178K Free)"2 "CPC DATA - Double Side - 40 Tracks - 64 Dir. Entries - 360K (178K Free each side)"3 "CPC SYSTEM - Single Side - 40 Tracks - 64 Dir. Entries - 180K (169K Free)" ...</small> === Examples: === -Add Amsdos header to a file (without Dsk):CPCDiskXP -File Test.bin -AddAmsdosHeader 6000 -Add file to a new dsk:CPCDiskXP -File Test.bin -AddToNewDsk Test.dsk -Add Amsdos header to a file and add it to a new Dsk:CPCDiskXP -File Test.bin -AddAmsdosHeader 6000 -AddToNewDsk Test.dsk -Add file to a new file dsk, with format PARADOS 80:CPCDiskXP -File Test.bin -AddToNewDsk Test.dsk -NewDskFormat 7 -Add file to an existing dsk:CPCDiskXP -File Test.bin -AddToExistingDsk Test.dsk === See also ===Readme Files (spanish, english, german) in the actual ZIP files from author, see link below == v.2.0 Update(Obsolete) ==
Version 2.0, released in January 2009, has an interesting change log:
*CPCMANIA (Home of CPCDiskXP) [http://www.cpcmania.com/]
*Latest Version :[http://www.cpcmania.com/cpcdiskxp/]
== Download ==
62
edits