Tools for manipulating dos 3.3 disk images

1 post / 0 new
Offline
Last seen: 1 month 1 week ago
Joined: Mar 20 2014 - 15:43
Posts: 79
Tools for manipulating dos 3.3 disk images

Hi All :)I reinstalled my Apple IIe with the connection to my PC with adtprobut when I tried to find a linux tools to create disk images for dos3.3 I only found  ciderpesswhich is a nice windows application but not usable in command lineso I wrote my own tool:   https://github.com/6502addict/dos33tools

several possibilities

1/ use dos33 in command line with the following syntax:     dos33   cmdname imagename.dsk   parameters

for cmdname a few command   import / export / format / delete / lock / unlock / verify...

 

other possibility:   dos33 script.js parameters

permit to script some actions on a disk images  the parameters are passe to the js intepreter

 

there is also a command: dskbrowser  image.dsk

do do roughly the same operation but menu driven

dos33tools can be built on linux AMD64 / linux ARM64 /  Windows AMD64 (using mingw)