Like my programs? Please consider donating.
| Program | Version | Description | OS Type | Size |
|---|---|---|---|---|
| GetWANip | 0.5 | Ever needed to know your public IP address in a script or batch file? This program will use my domain gagedigital.com to obtain your IP address. Or you can upload a file to your server and use your server to get to allow the program to work. Both displays IP and returns via errorcode. SEE: http://www.getwanip.com | 32bit Win Console | 30KB |
| Replace Commander 32 | 3.02 | Ever needed to know your public IP address in a script or batch file? This program will use my domain gagedigital.com to obtain your IP address. Or you can upload a file to your server and use your server to get to allow the program to work. Both displays IP and returns via errorcode. SEE: http://www.getwanip.com | 32bit Win Console | 30KB |
| MouseMover | 0.6 | Ever need to simply disable the screen saver for a short time but the settings are grayed out in your display properties because the administrator has forced your screen saver start after so long. With this program it will automatically move your mouse if you have not moved in in the last 59 seconds. You can change the time by the command line if you wish to have it move the mouse sooner or later. | 32bit Win GUI | 267KB |
| Me2Dos | 1.03 | This program is a MUST have for any advent DOS programmer that uses the autoexec.bat and config.sys files of his computer. Microsoft decided to stop using them when they released WindowsME. With the use of this program it will allow full access to the autoexec.bat and config.sys files. They will be executed just like Windows98 autoexec.bat and config.sys files where. | 32bit Win GUI | 315KB |
| Find Disk | 1.30 | With new USB thumb drives and hot swap SATA hard drives I have found the need to within a script or batch file to find a file and see if it exists and on witch drive. This program will search for a drive letter based on if it has a file, drive label, or see if a drive is read only. | 16bit Dos CLI | 23KB |
| EZ INIEdit | 1.10 | A dos program designed to edit INI files using the command line. This program is good for modifying any INI file such as the Windows.INI file from a batch file. Now supports multiple words for data using quotes. | 16bit Dos CLI | 30KB |
| OSType | 1.21 | Returns the OS Version as an error code so your batch file can determine what to do based on what OS it’s running. Can detect between Win95, Win98, WinME, WinNT/2000, Win3.1x, OS/2, Dos3.x, Dos4.x, Dos5.x, Dos6.x, Dos 7.x, and Dos 8.x. Command line option allows displaying of version code that is redirect-able. | 16bit Dos CLI | 19KB |
| PathEditor | 1.01 | This is a batch program. It will allow you to easily modify the dos path setting from the command prompt. Add, Replace, or Remove path statements. This program was written by me and published in the 1996 issue of Dos World Magazine. | Dos Batch file | 2KB |
| EZ-File Zipper | 1.01 | This program is yet another vary large batch file. It is designed as an alternative to disk compression. It will only work with dos programs and when used it will compress an entire directory into a ZIP file. When called by the program name it will simply decompress the program, run the program. After the program has finished it will then recompress the program back to it’s hidden place. | Dos Batch file | 6KB |
| Pentium FPU Tester | 1.10 | This program will test to see if your Pentium processor has the FPU bug.. It originally effected the first Pentium processors on the market. Most where replaced but not all. If you have an old system and have problems then try this out. | 16bit Dos CLI | 24KB |
| Cue Decoder | 1.91 | This program is based off of myCueCat Routines file. This program will prompt you to scan a bar-code with yourCueCat Bar-code reader and it will decode the data sent out by it and decode it for you to readable text. | 16bit Dos CLI | 30KB |
| Replace Commander | 3.02 | This program will allow you to find and replace data in a text file. It will do case sensitive and non case sensitive. It’s full command line function plus handles “Carriage Return”, “Line Feed”, and “Quotes” very easily. Will now replace and/or remove an entire line that contains the search string. Will only modify one file on each command and the search string can not expand multiple lines. | 16bit Dos CLI | 31.2KB |
| Destroy | 0.4 Beta | Will destroy a file by first over-righting it completely and then deleting it. This program is good to add to your autoexec.bat file to delete your temporary internet files in windows. | 16bit Dos CLI | 27KB |
| CueCat Routines | This is a PowerBasic bi (Basic Include) file that contains a Routine that will allow you to decode the output of theCueCat barcode reader. You can add this file to your program so it will support the CueCat. Please read myCueCat page for more information on the CueCat Barcode reader. |