Running PWS scripts
Posted: August 9th, 2012, 5:46 pm
I'm trying to figure out how to run post processing scripts. I assume that any scripts in the Post-Processing Scripts Folder are run? What sequence, alphabetical?
I'm running Windows 7 and would like to run some powershell scripts to copy to my NAS. I assume I just create a script, e.g. test.ps1, and place it into that folder, and then use the documented parameters in the script? Right now I'm just trying to echo the args into a text file but I'm not getting anything out of SAB:
date |out-file D:\temp\sab.script.txt -append
$args[0] |out-file C:\temp\sab.script.txt -append
$args[1] |out-file C:\temp\sab.script.txt -append
etc.
Any examples on Windows scripts for copying and renaming folders, e.g. "TV Shows\Show\season\episode name.mkv"
I'm running Windows 7 and would like to run some powershell scripts to copy to my NAS. I assume I just create a script, e.g. test.ps1, and place it into that folder, and then use the documented parameters in the script? Right now I'm just trying to echo the args into a text file but I'm not getting anything out of SAB:
date |out-file D:\temp\sab.script.txt -append
$args[0] |out-file C:\temp\sab.script.txt -append
$args[1] |out-file C:\temp\sab.script.txt -append
etc.
Any examples on Windows scripts for copying and renaming folders, e.g. "TV Shows\Show\season\episode name.mkv"
