Short: EmuCPC .CPCD to .DSK format converter Author: Gerald Schnabel (Gerri@studserv.uni-stuttgart.de) Uploader: Gerald Schnabel (Gerri studserv uni-stuttgart de) Type: misc/emu Version: 1.2 Architecture: m68k-amigaos Kurz: EmuCPC .CPCD nach .DSK Format Konvertierer Introduction: ------------- CPCD2DSK converts a .CPCD disk image to a .DSK image. If the .CPCD is a double side disk image it will be converted to two single side .DSK images. Disclaimer: ----------- This software is provided as-is, without warranty of any kind, either expressed or implied. In no event will the author be liable for direct, indirect, incidental or consequential damages or data loss resulting from the use or application of this software. The entire risk as to the results and performance of this software is assumed by the user. Usage: ------ -AMIGA: CPCD2DSK CPCDFILE/A DSKFILE CPCDFILE: name of the EmuCPC .CPCD disk image DSKFILE: basename of the CPCEmu .DSK disk images (optional) -x86 (Linux, Win32): cpcd2dsk [dskfile] cpcdfile: name of the EmuCPC .CPCD disk image dskfile: basename of the CPCEmu .DSK disk images (optional) The output files will be named "#?_A.DSK" & "#?_B.DSK." Examples: 1. CPCD2DSK Games01 will convert "Games01" to "Games01_A.DSK" (& "Games01_B.DSK") 2. CPCD2DSK Games01.CPCD will convert "Games01.CPCD" to "Games01_A.DSK" (& "Games01_B.DSK") (the extension ".CPCD" will be automatically cut off) 3. CPCD2DSK Games01.CPCD Spiele01.DSK will convert "Games01.CPCD" to "Spiele01_A.DSK" (& "Spiele01_B.DSK") (the ".DSK" extension of the output file will be recognized and is handled correctly! No "#?.DSK_?.DSK" files...) Archive contents: ----------------- AMIGA/CPCD2DSK AMIGA binary Linux/cpcd2dsk Linux binary Win32/CPCD2DSK.exe Win32 binary CPCD2DSK.readme this .readme file Source Source code, compiles on AMIGA, x86 (Linux, Win32) Freeware: --------- This program is freeware. Author: ------- Gerald Schnabel (Gerri@studserv.uni-stuttgart.de) History: -------- v1.2 - 11.03.01: -code cleanup -ported to x86 platform -compiles on AMIGA, Linux, Win32 v1.1 - 05.08.98: -added check for .CPCD file -improved error handling and output -released to Aminet v1.0 - 23.07.98: -first version, never released