My reply is quite a bit off the topic, but I think it will help you with what you what.
Strickly speaking, the "FREE" BASIC that came with DOS didn't die. It is being called VBScript nowadays on Windows 95 and beyond including Windows 2000 and XP. You must have "Windows Script Host" (WSH) installed on your machine to take full advantage of it. Just think of the WSH is the BASIC interpreter you used to work with.
The new "WSH" is very powerful. Not only it takes the BASIC language (VBScript) you have already known, you can also explore new technologies such as JavaScript(JScript). It has gained so much ground that many software companies provide ActiveX scripting engines for languages such as PerlScript, PScript, Python, and others.
You can do a lot of your windows automation via the WSH. The part that interact with your Windows desktop is called "WScript.exe". If you still prefer, you can use "CScript.exe" for your command line applications that you develope.
For example, say if you have a VB (or BASIC) program called TalkUp.vbs under the "LowMicGain" directory, then you would call your script from the command line like this:
cscript c:\LowMicGain\TalkUp.vbs
The WSH platform allows new technologies to be integrated. The COM object that I mentioned in my previous post says it all. Think of the COM object is an Excel spreedsheet, a Word document, a Parallel Port, or a Serial (com port), a piece of software or hardware. Anything to do with some build in functions. Your VBScript or JavaScript can interact with them as part of the application you have written.
Pretty cool...
Back to my original question:
Any CAT DEVELOPER out there hearing me?
Thanks.
de David, AF4BH
af4bh@zoomtown.com