Actually, vb scripting is there. One has to dig deep to find it. Write a simple script file and call it myprog.vbs. You could probably put anything inside. Now right-click on it, and select Open As (something close to that), and eventually you will find a choice of a program executes the file. If you had no legit code in the file, it will fail. However, you get to see how it works. There are some script exe files that will execute the code at the command line.
Hmm. I think solarblast may be right. I just:
- created the simple Hello Word program in notepad as directed by http://www.wikihow.com/Program-with-VBScript
- Saved it to a VBS file
- Ran it from the command prompt
and walla, instant MessageBox without having to even open IE.
This is very interesting. I'm not sure how this compares to full blown VB.NET, however. My experience has been with VB.NET. In general, I have preferred VB.NET to VBScript and JScript because debugging in JScript/VBScript seemed to be difficult. Also, if I were to learn Microsoft scripting, I would probably stick with PowerShell or work a little more with F# (Not really a scripting language but great for parsing!!!)
Anyway its interesting to know that VBScript has come with Windows by default since Win98:
http://en.wikipedia.org/wiki/VBScript
I would like to thank Mr. Solarblast for teaching me something new!!!
Happy Programming,
Shawn