PrimalScript 2014 can make a variety of script files into executable files. We call that packaging. This feature is mostly used by VBScript and PowerShell administrators to wrap their scripts into an executable file that can be shipped to end…
Read More
With the 2012 release of the ever popular PrimalPad, our portable PowerShell and VBScript editor, we switched to the now almost ubiquitous ribbon user interface. One thing that disappeared because of that was the custom user tools menu. Mostly because,…
Read More
The latest version of the WMI Explorer is available now on our website.
Here are just a few highlights from the features in this release:
Superior performance using cached data and multi-threaded code gets you results fast
Explore and query…
Read More
One of the many things on our users wish list was the ability to change variables while debugging. While we where looking to solve that, we also looked for a way to call functions while stopped at a breakpoint or…
Read More
We have all heard that phrase. We have all faced that scenario. A script runs perfectly fine on your machine or any VM you have, but just refuses to do anything useful on that one server where it really matters.…
Read More
We do get this question from users new to our software quite frequently. We realize that there is some overlap between the two products, they are both editors after all and both support PowerShell. I could go on and explain…
Read More
Sure, you are supposed to write all new scripts in PowerShell. Some say you can replace any VBScript with a single line in PowerShell. But the truth is, many of you still have to maintain, develop and debug scripts written…
Read More
Last time we told you about some new debugger features in PrimalScript 2012. And you already know all about the new Ribbon user interface this new version sports. One thing that we were really focused about in this version was…
Read More
VBScript users have told me on occasion that they are really jealous of one feature of PowerShell: Write-Debug
Depending on the value of $DebugPreference this produces output when needed but makes it easy to silence diagnostic output once a script…
Read More
We get that question all the time. Before we start, please note that we do not advise to ever put credentials as plain text into any kind of code. Use encrypted strings, store encrypted credentials in files or, if all…
Read More