Its spring and everything is new again. And that includes everything at SAPIEN. Exactly what is new at SAPIEN? Well let me tell you… 1) New software – Check out the totally awesome 2011 update to PrimalScript and the mind blowing 2011 update to PrimalForms. These two products are the most powerful in their class. […]
Tag: PrimalTools
PrimalScript Universal Blowout Sale!
For the month of February, Scriptingoutpost.com is offering #PrimalScript 2009 Universal for the unheard of price of only $500. PrimalScript Universal includes EVERY SAPIEN software product, EVERY one of our e-books and EVERY one of our training videos plus additional materials. This is a $1500+ value if purchased individually. And YES, this includes a free […]
Scripting Toolkit ISO available for download
For some time now, SAPIEN has been distributing a free “Scripting Toolkit” CD at various trade shows and events. This CD contains copies of all of our free tools, trial versions of our paid applications, samples of our ebooks and training videos and other cool stuff. All of this stuff is available individually for download […]
Export-CSV, now what?
PowerShell 2.0 has added the ability to export and import objects and store them as CSV files. CSV (Comma Separated Values) files have been a common file format since they where first used around 1967 on IBM mainframes and have been in constant use since then. If you need to edit CSV files most people […]
PrimalPad updated to export scripts as HTML
Every now and then you need to put a script as its own documentation somewhere. Either on a blog for others to see or on some internal web site for documentation. PrimalPad has been updated to include that functionality.Simply click File – Export to HTML… and it will save your script as colored HTML. The […]
New version of PrimalForms Community Edition Available
A new version of PrimalForms Community Edition is available for download at this location. What’s new in v1.0.4: – Resolved issue with fonts and international settings – Resolved the DataGridView crash issue – Columns can now be added to the DataGridView via the designer – Other minor fixes and changes A quick guide is available […]
PrimalForms – File Dialog Hangs on Windows Vista SP1 with .Net 3.0 /3.5
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 on Vista SP1 systems with .Net 3.0/3.5. The affected scripts will hang when PowerShell executes […]
PrimalXML 2009 Ready for Beta
PrimalXML is now available for beta testing as part of our 2009 lineup of new tools. PrimalXML is the must have tool for the user who needs to interact with XML but isn’t necessarily an expert XML developer. PrimalXML document formatting and color coded syntax makes XML viewing and editing even easier. At the touch […]
PowerShell WMI Wizard
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 a simple PowerShell script that creates an expression using Get-WMIObject. Think of it as a PowerShell WMI Wizard script.