Some folks wandered by our booth and after realizing that some of our products involve editing scripts of various languages reacted with statements like: “I use notepad, it works fine”, “Notepad is just on every machine” or “What would you…
Read More
With this month’s service release for PrimalScript 2009 (build 631) we included an updated version of the RSEE (Remote Script Execution Engine) service.
The new version is now available in 32 and 64 bit and can execute PowerShell scripts remotely.…
Read More
As 64 bit Windows versions become more common, you need to deploy scripts automating 64 bit software as well as maintaining 32 bit versions of the same script.
PrimalScript 2009 has always included a script packager that allowed you to…
Read More
This is a question that has come up a lot lately. Our Script Packager used in PrimalScript 2009 and PrimalForms 2009 stores the scripts and additional data files encrypted and in some cases, compressed inside the executable.Some formats create temporary…
Read More
Download Invoke-ActiveScript wrapper and demos
It’s quite possible to run traditional WSH script from the PowerShell console, and people have even directly hosted VBScript in PowerShell since 2004 using the Microsoft Script Control. However, you can go farther than just…
Read More
Just recently, I received an email asking how you can access the 64 bit registry from a 32 bit script, or vice versa. The task the individual was facing was to come up with a way to verify installed applications…
Read More
We are sending our CEO and CTO on tour! SAPIEN Technologies will be visiting a number of user groups within the US to meet and discuss ideas, present new exciting products and to get feedback from you, our customers and…
Read More
PrimalScript 2009 Universal contains everything SAPIEN has to offer including the new PrimalScript 2009, plus all the additional new applications; PrimalXML 2009, PrimalSQL 2009, PrimalMerge 2009, ChangeVue 2009, and PrimalScope 2009. Universal also contains our new books; Managing VMware Infrastructure…
Read More
I’ve been using VBScript for a very long time. One drawback it has always had as a scripting language is an INCLUDE statement. In other languages you can use something like INCLUDE scriptfile at the beginning of the script. This…
Read More
A few days ago I posted a blog entry on simple regular expression replacements in VBScript. Let me show you a more complex example. It helps to have a purpose, even for demonstration so my need is to convert an…
Read More