Re: [opencbm-user] Starting All Over From Scratch
Brought to you by:
strik
From: Uffe J. <uf...@uf...> - 2024-06-14 23:50:52
|
Myke Carter writes: > > More than anything right now, I would like to know if there's a way to list > the directories of these .d64 and .d71 images I made yesterday from the > command line without requiring me to actually use them in VICE or whatever. > I used to keep VICE for both 64 and 128 installed on my Linux box but with a > PC keyboard, no C= joysticks and no virtual disks to load... I couldn't do > much more than stare at the "READY." screens. > VICE releases should contain the "c1541" binary The c1541 binary allows you to list the contents of a disk image file in a terminal/DOS box window (without starting VICE) The command syntax is like this: c1541 <disk-image-file-name> -list Example command and output: c1541 NeosCheesePaintV2Joy.d64 -list 0 "neos cheesepaint" 64 2a 35 "cheese v2 joy2" prg 81 "a.che" prg 81 "b.che" prg 81 "c.che" prg 81 "d.che" prg 81 "e.che" prg 81 "f.che" prg 126 blocks free. For more options try: c1541 -help /Uffe |