DOS nightmares

A place to discuss everything Dragon related that doesn't fall into the other categories.
User avatar
robcfg
Posts: 1533
Joined: Sat Apr 04, 2009 10:16 pm
Location: Stockholm, Sweden
Contact:

Re: DOS nightmares

Post by robcfg »

I mean, when I read the directory entry for a file, the size is 1 byte longer than the actual size of the file.

When I extracted a file from one of my disk images, the last byte wasn't really part of it.
User avatar
rolfmichelsen
Posts: 299
Joined: Wed Apr 08, 2009 8:43 pm
Location: Oslo, Norway
Contact:

Re: DOS nightmares

Post by rolfmichelsen »

Guys,

Here's a small program that should make it easier to work with DragonDos filesystems hosted inside .vdk or .dsk virtual diskette images. The program can create filesystems, list directories, delete files and transfer files between the DragonDos filesystem and the local filesystem. You'll need to have the Microsoft .NET Framework version 4.0 installed to use the program.

The error handling is pretty minimal at the moment. Expect uncaught exceptions and stack traces if something goes wrong...

-- Rolf

Edit: New archive uploaded with better error handling.
Attachments
DragonDosTools-0.1.zip
(51.27 KiB) Downloaded 148 times
Post Reply