Search found 2 matches
- November 10th, 2015, 7:19 pm
- Forum: Post-Processing Scripts
- Topic: [Windows] Introduction to PowerShell Post-Scripting!
- Replies: 5
- Views: 15024
Re: [Windows] Introduction to PowerShell Post-Scripting!
Just in case anyone is interested, here is my PowerShell script. It does the following: 1. Looks for illegal characters that powershell doesn't like (specifically square brackets) and removes them. 2. Looks for rar, zip or 7z files and if there, decompresses them using 7z cli. 3. Looks for avi, flv ...
- November 10th, 2015, 10:20 am
- Forum: Post-Processing Scripts
- Topic: [Windows] Introduction to PowerShell Post-Scripting!
- Replies: 5
- Views: 15024
Re: [Windows] Introduction to PowerShell Post-Scripting!
This is really interesting. I know almost nothing about PowerShell. I wonder if I could convert my batch into PS: @ECHO OFF Echo. Echo. Echo ------------------------------ Echo Start of the PostProcessing Script Echo. Echo. set HandBrakeCLI="C:\Program Files\Handbrake\HandbrakeCLI.exe" set...