Here’s another tidbit about PrimalScript that you may not be aware of. Not only does PrimalScript offer a large number of code snippets that you can drag and drop into your scripting or development project, but it also includes a large number of complete sample scripts.
Tag: PrimalScript
PrimalScript Packaged PrimalForm PowerShell
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 aware of the script packaging feature. You can use it to package your PowerShell scripts into an EXE file. Remember though, PowerShell needs to be installed wherever you may want to execute your package. But once packaged, launching the file will display your WinForm based script. Let me show you some ways to leverage script packaging and PowerShell scripts.
Announcing ChangeVue 2009
We are proud to announce another new product for the new 2009 tool lineup: ChangeVue 2009 Using source control is an indispensable safety net for any professional developer, regardless of programming language or file size. Not only does source control provide an inherent backup mechanism by storing versions of any file you add to a […]
How to become a SAPIEN beta tester
We are preparing quite a number of new products and versions for 2009, so naturally we also want to test these products in a live environment. If you are developing scripts for administrative purposes, do any type of web development, database work or maybe just are are the go-to guy in your IT department, we […]
PrimalScript: Did you know about Alt-X?
In the versions of PrimalScript that support PowerShell, you’ve likely executed your PowerShell scripts completely within the editor. You can configure the editor to capture the output to a tab or to new PowerShell session. But did you know you don’t have to run the entire script?
PrimalScript: Did you know about Snippets?
I’d like to think that Primalscript’s Snippets feature is one of its more well known features, but I think I take it for granted. Primalscript ships with a large number of language specific snippets that you can freely incorporate into your work. Depending on your configuration, you may or may not see the Snippets browser panel on the left side of the IDE. If you can’t find it, go to View – Browser Panels and select Snippets Browser.
PrimalScript: Did You Know?
This is the first of an open-ended series of short tips on using PrimalScript. If you’ve ever used the product you know there are a wealth of features. I want to devote some blog time periodically to show-off some feature you may not have been aware of or a quick tip to use the product more efficiently. If you don’t have a copy of PrimalScript, you can download a 45 day evaluation copy from PrimalScript.com.
Australia Tech-Ed Wrap-up
Last week I spent an amazing time in Sydney, Australia attending the Tech-Ed conference there. While smaller than the North American show held recently in Orlando, this show was nonetheless vibrant and exciting. Sydney is an awesome cosmopolitan city. You can find just about whatever form of entertainment you are looking for there; there is a broad selection of […]
PowerShell, VBScript, Shells and Cmdlets
We are currently running a survey about PowerShell adoption. If you haven’t had a chance yet to participate, please go here to do so: Take the survey I would like to thank all those who already took the survey for participating and for leaving a huge amount of very interesting comments. One thing that really […]
New PrimalToys object for easier CSV handling
With service build 569 of PrimalScript 2007 we added a COM object that makes it easier to deal with CSV (comma separated values) data and/or files. While browsing through posts at ScriptingAnswers.com and some of Microsoft’s scripting related newsgroups I couldn’t help but notice that questions regarding CSV keep coming up. I mentioned this to […]