I autosave my prints to a location and run a script from that location to move the files to another location once they are printed. It is a simple batch file "move %1 ../" This used to work fine in 1.73 but now it no longer works. I believe that the issue is that the call is no longer using the output file path. It appears to be replacing it with c:. If I use the parameter <OutputFilePath>, it just puts it after the script name and before the names of the files. Is there a way to make this work or should I load the old version?
↧