I'm working on an integrated utility that's a little easier to use than the previous tools I linked. You'll find the documentation, and the source and binaries, HERE
Feature requests, bug reports here please
Last edited by sirmorris on Wed Feb 19, 2020 10:43 am, edited 2 times in total.
I hope so! I opted for a command line program rather than a gui app because 1> cross platform gui is hard 2> can be driven by terminal scripts when developing.
That's really cool!. Indeed, paired with a configurable editor like Notepad++ (or whatever programmer's editor you use) it's an invaluable tool for cross-developers.
I've been trying to insert a compiled binary (as *.com file) into a DSK, without success. I'm using an empty sample DSK from EDIP and also a known working DSK with already some files into it. Of course the COM file is named following the 8.3 standard and it's not duplicated into the image.
The empty disk is not recognized and the tool shows "Invalid DSK..." error message, if I use the working DSK things change and there's no error; but if I try to DIR the contents, it's unchanged and only old files appears.
The tools seems to work to some extent, I can list the files of this last known working disk. I haven't tested yet the extract feature, only insert.
Maybe it only works with some DSK formats?, I've read the manual but it doesn't mention a word about it.
- Windows 10 64bit, precompiled bin "dsktool.exe" that seems to work (at least it reports the usage and "dir" command works over a image).
- Windows 8.1 64bit, same dsktool.exe.
I'll send you my test dsk images; but my first try has been with the "XTAL205_40TSS.DSK" image inside the EDIP package (Error "Invalid DSK..."). After failing with that I've tried with the SPACETRAP.DSK, it only has STRAP.COM file and was correctly listed with dir command (Error: no error but no insert files at all).
I've also tested the following EDIP blank images: XTAL205_80TDS.DSK, XBAS_131_40TSS.DSK without luck, same "Invalid DSK file ...."