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 […]
Category: Community Tools
Microsoft Scripting Guys showing PrimalForms Community Edition
The Scripting Guys over at Microsoft have started a series on how to use PrimalForms Community Edition for various tasks. Have a look at their first installment here: http://blogs.technet.com/heyscriptingguy/archive/2010/03/01/hey-scripting-guy-march-1-2010.aspx Make sure to give Ed Wilson a shout if you like it and if there are any specific items you would like to see covered.
iPowerShell v.2 now available in Apple app store.
iPowerShell v.2 is finished and is now available at the Apple app store (iTunes link) for download. Don’t know what iPowerShell is? iPowerShell is an easy to use reference tool for users of Microsoft’s PowerShell scripting language for use on the iPhone or iPod Touch. It contains full descriptions of each and every core PowerShell […]
Powershell Help 2.0 Community Edition
Our Powershell Help tool has been a favorite download for quite some time now. The built-in help command in the Powershell console is helpful if you need just some quick lookup, but for browsing and reading the console just isn’t good enough. The CHM file Microsoft released is a pretty nice graphical way of getting […]
PrimalPad Community Edition update
PrimalPad has been updated to recognize all PowerShell V2 keywords and cmdlets for syntax coloring. Check your Help -> About and look at the version number, if it’s not 1.0.13 you may want to head over to our Community Tools site and download it in your color and platform of choice.
PrimalPad Community Edition update for Windows 7
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 the default Windows 7 thumbnail, which only shows the currently active document, go to View […]
Get-GuiDate: A PowerShell Calendar Tool
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 of itself. The Get-GuiDate script, developed from a prototype written with PrimalForms, is an example of a script that is completely centered around a control (the Windows.Forms.MonthCalendar control) embedded in a Windows Form.
Attention User Groups
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 users. Of course we will also sponsor those meetings with cool prizes and whatever goodies […]
PrimalForms 2009 becomes part of PrimalScript 2009 Studio
The soon to be released PrimalForms 2009 will become a part of PrimalScript 2009 Studio. Existing customers of PrimalScript 2009 Studio or Universal will receive the application with their regular service builds starting in August. The official release date for PrimalForms 2009 is August 1st with an introductory price of $89.00 available through www.scriptingoutpost.com. PrimalForms […]
PrimalPad and registry access.
We have received some feedback that PrimalPad’s saving its settings to a computer’s registry reduces its role as portable editor. You can easily avoid that by placing a primalpad.ini file next to the PrimalPad.exe on your flash drive. PrimalPad will write and read its settings to and from that file rather than the registry. You […]