We are getting lots of email asking this one question.
PrimalScript’s PowerShell support was designed to use whatever version is installed from the very beginning. So all Cmdlets, their parameters, the online help, tooltips etc are always up to date.…
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
One of the tools SAPIEN will release in February 2009 is ChangeVue 2009, our very own Source Code Control System. Software developers are usually familiar with this type of application, but system and network administrator are not always aware of…
Read More
PrimalScript 2009 includes a nice new feature that helps out in the script development process. You can now select a block of code, right click, and choose Disable Code.
This option will do three things to the selected block: it…
Read More
So what’s the big deal with a start page? Well, for PrimalScript 2009, we have redesigned our start page to be more helpful and useful.
The new start page is divided into 4 sections: Recently Edited Files, Recently Opened Files,…
Read More
Similar to the enhanced SQL support, PrimalScript 2009 provides enhanced WMI and WQL support. WMI is an important tool in the administrators arsenal. It allows you to accomplish many tasks, local and remote with very little effort. However, the sheer…
Read More
PrimalScript 2009 sports a modified version of the Query results window you know from the 2007 version.
Instead of just being able to run SQL queries from a SQL file you can just type queries in the provided combo-box:
The…
Read More
PrimalScript 2009 includes some pretty nifty new bracket matching code to make your scripting life easier. Automatic bracket matching works for {}, [], (), and <>. Simply click the mouse just before an opening bracket or just after a closing…
Read More
Let’s face it, virtually nobody can memorize the entire .NET framework, all PowerShell Cmdlets, every COM object and every WMI class. We all need to look things up. Usually you use the MSDN library online or locally or, if you…
Read More
PrimalScript 2009 includes a new integrated file difference tool that provides more information and syntax colored displays and allows for faster review of individual modifications. Let’s take a look at how this operates.
To compare file differences, first open the…
Read More