Execute!

Jeff Hicks and I have been having some fun with the VBScript Execute() method, as Jeff’s been writing about it for VBScript and WSH Core: TFM? this week. Here’s some sample code:Const pi = 3.1416Const r = 2.5WScript.Echo Main()Function Main() Dim…
Read More

Schedule Hidden PowerShell Tasks

I’ve had some questions lately about scheduling a PowerShell script. This is something we’ve covered a little bit. You recall that you can run a PowerShell command from CMD: powershell -nologo -command "& {c:\scripts\myps.ps1}" You can include commands like this…
Read More

Order up!

A recurring question I’ve seen over the years in a number of VBScript forums is how to present a menu dialog in a script. Other than InputBox, MsgBox or the WshShell’s Popup Method, there aren’t too many GUI alternatives.  And…
Read More

Start Simple

Here’s another quick suggestion, especially for VBScript, that will make script development and debugging a little easier and a lot less stressful. It may seem like common sense, but sometimes we all just need a reminder: Start Simple. The first…
Read More

Convert VBScript to PowerShell!

Here’s an AWESOME resource: http://www.microsoft.com/technet/scriptcenter/topics/winpsh/convert/default.mspx, the Scripting Guys’ complete guide to VBScript functions… or, more specifically, how to do each VBScript function in Windows PowerShell! It’s available online, or you can download the whole thing as a Word document. For…
Read More

Comparing Apples to Oranges

I’ve spent some time lately exploring searching and replacing techniques in a variety of scripting languages.  I hope to share some of these experiences later. Right now I wanted to briefly share a tip when searching for text using VBScript. …
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