In my recent Special Forces PowerShell class, one of the students brought up a challenge he was facing when we were talking about the -f replacement operator. This is a handy way to build strings.
PS C:\> “Hello, {0}. It…
Read More
Like almost every month, we have released service builds for our products. As we have quite a few new products we will formalize this procedure and always attempt to use the first Tuesday of every month to release any necessary…
Read More
A few weeks ago I posted a PowerShell script that created a directory tree, like the TREE command from the CMD shell. Then while testing something new in PrimalForms, I realized I had a literal form object, a tree view,…
Read More
Some of our PrimalForms users may have encountered issues with the OpenFileDialog or SaveFileDialog running under Windows Vista.
The bad news is that scripts which include OpenFileDialogs or SaveFileDialogs and that previously worked on Windows XP may encounter freezing issues…
Read More
I continue to play with PrimalForms and I know many of you are as well. I thought I’d share a few other techniques for creating scripts and moving between the code generated by PrimalForms and the script you create in…
Read More
PrimalScript 2009’s Script Packager contains two new target executables and easier manifest handling.
The increasing popularity of PowerShell and the large numbers from the PrimalForms download prompted us to add dedicated targets to PrimalScript’s Script packager:
These two new options…
Read More
I’m very happy to see PrimalForms spreading in popularity and acceptance. One topic I come across is the need for more samples, and of course, I’m happy to oblige.
I put together a short form script to manage local account…
Read More
There’s been some discussion lately in the SAPIEN product forums about PrimalForms and timers. As you know, PowerShell v1.0 is essentially single-threaded. This generally means that timers and asynchronous code won’t work. But you can use a simple timer in…
Read More
If you are a long time PrimalScript user, you know that it has always had support and wizards for WMI. The upcoming PrimalScript 2009 adds some new WMI features. But I like to tinker, especially with PowerShell. So I created…
Read More
I hope you’ve been playing with the free PrimalForms tool and started creating some useful PowerShell tools. Here’s a technique you might want to explore if you are using PrimalScript. If you’ve used the PrimalScript for awhile you likely are…
Read More