Hi there and welcome to my DOS tools page! Whenever I find the time, I delve into ancient software development. Here you can find some tools I created for MS-DOS and compatible operating systems.
If you like my stuff, why not follow me on Mastodon or X, and if you are a developer yourself, you are welcome to have a look at my source code (links below). Let me know, if you find bugs or just something that can be done in a better way.
(click to jump to the tool)
CDBeQuiet! (aka CDBQ) is a tool for slowing down optical disk drives. This can be useful, if you have a relatively fast drive that can produce unwanted noise during operation (e.g. gaming). It allows you to set a desired speed.
For info on system requirements, usage guide, change history, refer to README.TXT.
For a list of drives that are known to work, have a look at DRIVES.TXT.
IMPORTANT: Before making adjustments to disc speed, it is best to run a few tests (benchmarks). Usage without proper testing can lead to poor read performance, see README.TXT, section How to test the settings and which rate to choose?.
The basic approach of this tool is derived from an assembler program by a guy called "Hackman". Thanks Hackman! :) For more info have a look at his page and especially his Introduction To Programming With ATA And ATAPI.
With MCBscan, you can list information about currently resident (loaded)
programs (e.g. Terminate and Stay Resident programs known as "TSRs", or
drivers). For that, it scans the so-called memory control blocks (MCBs) to
determine, if a program or driver with a specific name is currently loaded.
An exit code is provided based on the results of the search, making it easy
to incorporate into batch scripts.
For example, you can use MCBscan before loading a network driver to check if
it's already loaded. This prevents the driver from loading a second time, which
is useful, because not all TSRs or drivers automatically check, if they are
already active when they are started and some would even (undesirably) load as
multiple instances.
Had to add these for the retro-web experience :-)
Source for cheesy background image: spacejam.com