If I try to run SubmitAEToDeadline.jsx or the one in the client folder I get:
After Effects warning: ERROR: The System cannot find the file specified.
Unable to execute script at line 97. undefined is not an object.
tempFolder = callDeadlineCommand( "GetCurrentUserHomeDirectory" ).replace("\r","").replace("\n","")
if (system.osName == "MacOS")
tempFolder = tempFolder + "/temp/";
else
tempFolder = tempFolder + "\\temp\\";
Folder( tempFolder ).create();
if I load up a command line and execute:
echo %DEADLINE_PATH% it gives me the correct path.