There was a lot of interest about PrimalForms during this year’s TechEd. Rumor has it the Microsoft PowerShell Team even demonstrated PrimalForms in one of their presentations. We were very happy to talk to with our users during the show. One of the questions we were asked was: Why should I use PowerShell to create […]
Tag: applications
Running command-line tools
These examples show how to run command-line tools from within a VBScript, capturing the tool’s output. ‘ ‘ ScriptingAnswers.com Essentials – by Don Jones ‘ ‘ Run cmdline tools ‘ This shows how to launch a command-line ‘ tool and retrieve its output into a string variable ‘ to then do something with it. For […]