DISK - C64 Diskimage Tool by Bernhard Burgstaller (C) 1998 USAGE OF DISK: disk.exe a disk.d64 file1.prg file2.prg ... fileN.prg ADD the files file1.prg ... fileN.prg to the diskimage disk.exe. Existing files file1.prg etc. in diskimage will be overwritten! If disk.d64 does not exist, it will be created. disk.exe u disk.d64 UNPACK diskimage disk.exe Folder disk will be created and files of diskimage inserted in folder as ordinary PC-files. disk.exe n disk.d64 NEW empty diskimage disk.d64 will be created. HINT: Combine my assembler "bass.exe" with the C64-diskimage tool "disk.exe". Write a batch file like this to create your whole project. bass.exe source1.txt bass.exe source2.txt disk.exe a disk.d64 source1.prg source2.prg This assembles your sourcecode and adds it to a diskimage "disk.d64".