Search found 2 matches

by mtgmailing
May 2nd, 2016, 7:54 pm
Forum: Post-Processing Scripts
Topic: Help with creating a move script
Replies: 3
Views: 4198

Re: Help with creating a move script

Thanks Orion, for some reason the second one gave access denied error, but the first one worked.
by mtgmailing
April 30th, 2016, 5:33 pm
Forum: Post-Processing Scripts
Topic: Help with creating a move script
Replies: 3
Views: 4198

Help with creating a move script

I'm trying to make a simple Windows batch file to move completed folders based on if they contain a string in the path, I tried messing around with it but I'm sure I'm just doing something stupid and would appreciate some help. What I am trying to use is a simple line like cd %1 if exist *string* mo...