A VBScript GUI

A while back, I’d posted a “SuperInputBox” for VBScript. Written as a COM component in VB6, this “input box” allows a VBScript to display a much more robust dialog box for collecting input. I wanted to make this available on…
Read More

The New VBScript Reference

Lest you think we’re completely caught up in the Windows PowerShell craze, I offer you the latest project from SAPIEN Press: WSH and VBScript Core: TFM. A sample chapter is now available for download, showing how this is shaping up…
Read More

New Class Locations!

Our “Script Across North America” tour has been enhanced with new locations in Chicago and Toronto. Full details are available at www.ScriptingTraining.com – registration for all locations is now open, so don’t delay – sign up today!…
Read More

Automated Telnet

There was a recent post in the ScriptingAnswers.com forums about a Telnet COM object. I’m assuming the poster was looking for a way to automate a telnet session. Well there isnt’ a free and easy way. What you need is…
Read More

Execute! III

Okay, last time, I left you with two functions which were nearly identical. This one:Const pi = 3.1416r = 0WScript.Echo Main()Function Main() r = 2.5 Dim result Dim str str = “result=pi*(r*r)” Execute str Main = resultEnd FunctionThis function returns a nonzero value. Although r has a value…
Read More

Execute! II

Happy New Year!When last we spoke, I’d given you some code that doesn’t work quite right:Const pi = 3.1416WScript.Echo Main()Function Main() Const r = 2.5 Dim result Dim str str = “result=pi*(r*r)” ExecuteGlobal str Main = resultEnd FunctionDid you see why? ExecuteGlobal is executing the contents…
Read More

RSS SAPIEN Info Center

Search

Enter any query and press enter
Advanced search operators:
+ ⟶ Term must appear
- ⟶ Term must not appear
"" ⟶ Exact string must appear
How do I use these?

Join our mailing list

Enter your email address to subscribe to our mailing lists for Monthly Blog Digests, Product Announcements and more (you can choose which you receive once you sign-up!)

Tags

Categories

Archives

Dashboard