Search found 4 matches

by Owens
December 28th, 2015, 11:25 pm
Forum: Post-Processing Scripts
Topic: [Windows] Introduction to PowerShell Post-Scripting!
Replies: 5
Views: 15015

Re: [Windows] Introduction to PowerShell Post-Scripting!

Great post jackkerouac! I like how you tackle potential illegal characters before they become a problem later. You can never fully trust file names in bins. Regarding Write-Host cmdlet, to avoid repeatability and reduce lines of code you can use the `n characters to force a new line where possible. ...
by Owens
April 2nd, 2015, 10:10 pm
Forum: Post-Processing Scripts
Topic: Willing to pay to get a good script done
Replies: 1
Views: 2548

Re: Willing to pay to get a good script done

Hi Mystik, please check your PM
by Owens
April 2nd, 2015, 8:53 pm
Forum: Post-Processing Scripts
Topic: [Windows] Introduction to PowerShell Post-Scripting!
Replies: 5
Views: 15015

Re: [Windows] Introduction to PowerShell Post-Scripting!

ALbino, you're most welcome! I would love to see what you have written in batch, and perhaps we can translate it into PS. And I agree batch scripting can have its kinks. Even today it still feels like it's 1995 every time I use CMD because of its primitive design. As I mentioned in my first post I i...
by Owens
April 1st, 2015, 7:57 pm
Forum: Post-Processing Scripts
Topic: [Windows] Introduction to PowerShell Post-Scripting!
Replies: 5
Views: 15015

[Windows] Introduction to PowerShell Post-Scripting!

Hey guys, I've Been lurking around here for a while in search for some code snippets to build a custom script for post-processing. I've noticed these forums are a bit lackluster for anything related to PowerShell scripting. A few months back I started delving deep into PS at work to automate a few o...