We are happy to announce the release of PowerShell Studio 2021 (v5.8.183). This major release is included as part of the regular update cycle for our subscribers.
New Look
New Icons
We have updated all icons to a new style.…
Read More
Similar to PrimalScript 2012, we received requests to add support for GIT, Mercurial, and Subversion in PowerShell Studio 2012. The difficulty of supporting all these various source control solutions is that they all have different APIs and change over time.…
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
ChangeVue 2009, SAPIEN Technologies’ source control system, is about to get yet another new way to manage its content: a traditional command line interface! Soon you will be able to manage your existing ChangeVue repositories directly through the CMD.exe console…
Read More
These examples show how to run command-line tools from within a VBScript, capturing the tool’s output.
'
' ScriptingAnswers.com Essentials - by Don Jones
'
' Run cmdline tools
' This shows how to launch a command-line
' tool and…
Read More
Another topic that I’ve seen resurface in the forums I frequent is reading remote registries. If you know exactly what you’re looking for it doesn’t get any easier than using REG.EXE from the command line. Here are some examples from…
Read More