So if you read the previous post in this series, you’d know that we enable script editing and updates to scripts on the server. We also have a Script Management service that helps you edit, copy, move and delete scripts…
Read More
Want to see some more from iPowerShell Pro V3? Well here you go!
On the PSWA console screen, tap the Scripts button to get a list of scripts on the server.
Tap the chevron on the right of the script…
Read More
What’s in store for the next version of iPowerShell Pro? Can you say Enhanced PowerShell Web Access? Check out the screen shots below:
Figure 1 below shows what PSWA looks like on a tablet through iPowerShell Pro.
Tap the cmdlet…
Read More
For quite some time we have been asked to add support for the aforementioned version control systems to PrimalScript. But every time we looked into it, the API changed or the preferred system du jour changed. We didn’t want to…
Read More
You have asked for it, here it is. With this new service build of PrimalScript 2012 (6.5.136) you get reference highlighting.
For those of you not familiar with this functionality, read on.
Basically if you double click on an identifier,…
Read More
Sometimes we have to look at files with a size that far exceeds anything a regular code editor can handle. After all, source files of any language usually don’t venture north of a few hundred KB.
I am sure there…
Read More
Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script.
For debugging however most developers…
Read More
You saw PrimalScripts 2011’s new PowerShell debugger and now its time to show you the same debugger in PrimalForms 2011.
Multi-Platform Support
Since PrimalForms 2011 shares the same debugger as PrimalScript, it also supports 32 bit & 64 bit script…
Read More
The PowerShell debugger has been completely rewritten for PrimalScript 2011. Many of the new features are the direct result of requests from you, our users:
– The way the debugger executes your script makes sure that all open files are…
Read More
PrimalForms 2011 will ship with a number of predefined templates that will make things easier for you when creating a GUI for PowerShell.
(Fig 1: When you create a new form, a list of templates will appear.)
We know some…
Read More