This program allows you to create a menu using a batch file with up to 9 different options
for the menu. This program will run in msdos or in windows in a dos box.
Find the free DMA channels in a system. This can be useful when installing new hardware.
If you need to know which DMA channels 0-7 are in use and which ones are free then
this progam can help you. This program will tell you what is using a DMA channel when it is possible.
Find the free hardware IRQs in a system. This can be useful when installing new hardware.
If you need to know which hardware IRQs 0-15 are in use and which ones are free then
this progam can help you. This program will tell you what is using an IRQ number when it is possible.
This program shows you which Serial/COM and Parallel/LPT ports are
being used and which ones are not. Also the program tells you the I/O port
address of the Serial/COM and Parallel/LPT ports that are being used.
Pause a batch file using this program so that a user cannot break out of the batch file using ctrl+c or ctrl+ pause. This program will run in msdos or in windows in a dos box.