| |
Jazzcat
Registered: Feb 2002 Posts: 1044 |
G64 directory lister
Hi all,
Does anyone know of a program like Starlist or D64lister that supports the G64 format?
I wanna do a batch directory listing of a lot of G64 files (G64 allows special tracks so that you can convert protected software, it gives you access to 42 regular tracks plus 42 half tracks).
|
|
| |
chatGPZ
Registered: Dec 2001 Posts: 11350 |
mmmh i dont think such thing exists... mason asked that some days ago aswell :)
but isnt there some commandline tool that can convert g64 to d64 ? should be easy enough then to make a small script/batchfile that first converts to d64 and lists the dir with some other tool. |
| |
Jazzcat
Registered: Feb 2002 Posts: 1044 |
That would do it, if I could just convert them to D64 and run the directories. Only reason I wanna keep the G64 format is for the 84 track (42 full, 42 half) for some of the protect game originals that were transferred.
Commandline or tool please anyone for G64 to D64? |
| |
ΛΛdZ
Registered: Jul 2005 Posts: 153 |
G64 -> d64 converter:
http://markus.brenner.de/mnib/ |
| |
Andy
Registered: Nov 2002 Posts: 2 |
maybe this one:
CBM FileFinder 0.6.0 Beta
note: for G64 search it uses an external process of C1541.exe, included with Vice. It was not hard-tested.
|
| |
Jazzcat
Registered: Feb 2002 Posts: 1044 |
mnib utilities 0.35 worked nice, using the command:
FOR %x IN (*.G64) DO nibconv %x
I will still keep the G64 images, I deleted the d64 images as their purpose was only for directory listing. Will be nice if Starlist or the guy behind D64Lister supports the G64 format in the future. |
| |
THE WIZ Account closed
Registered: Jan 2007 Posts: 15 |
You can always use the Batch command in Dir Master v2.0
Dir Master can read .g64 files. The batch command will allow you to convert a directory of disks to .txt, or even to bitmaps. |