created Re: Uploading script for photoshop
on 05-16-2007 06:46 PM
So, does the Bat file run on it's own (without being called from Photoshop), or does the bat file open from Photoshop but not do anything (Which wouldn't be a PS issue)?
Also, how are you calling the BAT file? The way to run it would be:
var batpath=new Folder(BatchFilesPath);
var bat = new File(batpath + "/script.bat");
bat.execute();
|