Search found 2 matches

by Ilium
December 21st, 2013, 1:54 pm
Forum: Post-Processing Scripts
Topic: Powershell Script stuck in Post-Processing
Replies: 1
Views: 2978

Powershell Script stuck in Post-Processing

I have a simple powershell script that movies all files/folder from one point to another directory. I call it through a batch file. These are the contents: Call.bat PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& 'C:\SB\autoProcessTV\script.ps1'" exit script.ps1: ls "M:\...
by Ilium
December 20th, 2013, 8:10 pm
Forum: Post-Processing Scripts
Topic: simple script to move files after processing
Replies: 39
Views: 69608

Re: simple script to move files after processing

Sorry for piggy-back riding on this thread, but I have exactly the same noob problem. All I want to do is move a movie folder after it has been unpacked and the folder has been renamed back from UNPACK_movie to <movie>. I have an EventGhost automation set up that will run The Renamer and try renamin...