This post is part of the series on PowerShell Snippets.
The following PowerShell command will execute a Windows application supplying a number of parameters; in this case I am using 7-zip to compress a single one of my ClassicPress plugins to a releases folder (part of this command came from a post I did on compressing all sub folders individually:
$releaseFileName = ".\Releases\$ghRepo.zip"
&...
Continue Reading azurecurve’s Article on their blog
PowerShell Snippets: Run Application (Such as 7-zip)
This post is part of the series on PowerShell Snippets. The following PowerShell command will execute a Windows application supplying a number of parameters; in this case I am using 7-zip to compr…
Blog Syndicated with azurecurve’s Permission

