Preview: cbmshell, an interactive file processor

You need an actual VIC.

Moderator: Moderators

User avatar
srowe
Vic 20 Scientist
Posts: 1340
Joined: Mon Jun 16, 2014 3:19 pm

Re: Preview: cbmshell, an interactive file processor

Post by srowe »

mathom wrote: Fri Aug 27, 2021 9:16 pm I am probably missing something obvious here, but is there a way to create a new disk image with this?
That's done by a separate tool that's installed as a dependency

Code: Select all

(venv) [srowe@gilraen ~]$ d64-format 
usage: d64-format [-h] [--type {d64,d71,d80,d81,d82}] [--force] label id filename
d64-format: error: the following arguments are required: label, id, filename
(venv) [srowe@gilraen ~]$ d64-format --type d81 TEST T1 new.d81
Creating empty disk image as new.d81, TEST:T1, type d81
Edit: I've added a format command in v1.9, and also fixed a bug creating d80 & d82 images.
User avatar
mathom
Vic 20 Dabbler
Posts: 80
Joined: Wed Aug 07, 2019 11:37 am
Location: Centennial, Colorado
Occupation: Software Engineer

Re: Preview: cbmshell, an interactive file processor

Post by mathom »

I guess I should have checked the documentation :oops:. It really is quite good as is the whole package. Thank you.
...mathom...
User avatar
srowe
Vic 20 Scientist
Posts: 1340
Joined: Mon Jun 16, 2014 3:19 pm

Re: Preview: cbmshell, an interactive file processor

Post by srowe »

I've just pushed a new release, 1.15, which has quite a number of small bug fixes. I now have an extensive set of unit tests, that should hopefully prevent any regressions.
Post Reply