|
SUPPORT BACKGROUND Some of the software we found or made was just so useful we wanted to highlight it so others who use DOS might benefit from our experience.
THE SOFTWARE
FreeDOS (DOS operating system)
Turbodisk
(a free RAMdrive or RAMdisk)
We have only used TDSK.exe version 2.42. We use this TSR to create a RAMDISK in which to run our microLogic software. Greatly speeds up execution when writing to or reading from files saved in the RAMdisk. Our bootable floppy demo of the microLogic software to run the Jaycar I/O card KC5230 is an example. We found one small problem with Turbodisk - it does not tell the operating system where the ramdrive was created. Often the ramdrive is drive "D:" - because most DOS systems only have one hard drive (called C:), so the next drive made is obviously "D:". But this may not always be the case. So we made a little utility of our own to overcome this problem. It's called TUBODAT.exe, and is discussed next.
Turbodat (Finds the RAMdrive or
RAMdisk created by Turbodisk v2.42)
The text files, TURBO.dat, and HOME.dat, can be read by software needing to know either of the locations. We typically use the location information provided by TURBODAT code to run some file I/O intensive parts of the microLogic software in the RAMdisk (or everything if we are only using a floppy disk), and then copy those files still needed back to a floppy or hard drive location (HOME) when finished. To get help for TURBODAT.exe, type "turbodat.exe /?" (or "/H") on a DOS command line (without the " "). The program runs from DOS batch files, autoexec.bat, etc, or can be run manually using "turbodat.exe". It seems to also work when run from a Windows 9x DOS prompt.
Desktop 2
(a GUI for DOS. Includes: file manager, text editor etc)
Should you just need the program, a copy of the English version can be downloaded here.
|
|