try this
var exebat = new File(“x:/testdir/test.bat”);
exebat.open(“w”);
exebat.writeln(“xcopy \”source.mp4\” \”x:/test/newfolder\””);
exebat.close();
exebat.execute();
This creates the .bat file form the adobe script editor
my problem is trying to find a way to execute it
you can also use xmove
when I figure it out, will post here
great question for automation..
ALIVE! Media Creations
Alec Paul