Forum Replies Created

  • Alec Paul

    August 18, 2015 at 4:06 am in reply to: Import + Copy FIles Into Project

    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

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy