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
Many PowerShell users utilize code as shown below to determine where the running script resides:
function get-scriptdirectory{ $invocation=(get-variable MyInvocation -Scope 1).Value Split-Path $invocation.myinvocation.path}
Unfortunately, if the script runs inside a custom host, such as PrimalScript’s internal host, for a good…
Read More
PrimalPad has been updated (1.0.12) to support Windows 7’s taskbar thumbnails for open documents.
It shows all open documents as thumbnails and switches the current document temporarily as you hover over a thumbnail.
For those who wish to go with…
Read More
We have a major service release this month for PrimalForms 2009. It features significant additions that take PrimalForms beyond just a forms editor.
This service release (v1.1.0) includes the following:
General PowerShell Script Editor
PrimalForms 2009 is no longer limited…
Read More
Forms and dialogs can augment PowerShell scripts or even resurface them completely to make them more friendly for people who aren’t familiar with the command line. In some cases, a form can even function as a complete script in and…
Read More
SAPIEN Press has once again joined forces with Don Jones and Jeffery Hicks to bring you the latest and greatest information on Windows PowerShell, version 2. Windows PowerShell: TFM, in its third edition, will be released shortly after the release…
Read More
Windows IT Pro is running their annual community choice awards.
SAPIEN software is nominated in several categories and we would like you to go and vote for our products if you can.
The following products and services have been nominated…
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
We are happy to announce that PrimalForms 2009, the latest addition to PrimalScript 2009 Studio, has been officially released! Since PrimalForms 2009 is part of PrimalScript 2009 Studio, current Studio owners will automatically have full access to PrimalForms 2009 at…
Read More