1.2.1: windows post processing script path fail
Posted: February 25th, 2017, 5:12 pm
Getting an error on the post processing script since version 1.2.1.
On windows, it seems to add the following characters before the start of the path:
e.g.
The script is this text in a .bat file:
where the %1 should refer to the path.
On windows, it seems to add the following characters before the start of the path:
Code: Select all
\\?Code: Select all
C:\Program Files (x86)\SABnzbd>mtn.exe -P -r 5 \\?\W:\OUTPUT\output_folderCode: Select all
mtn.exe: creating output image '\\output_filename_s.jpg' failed: No such file or directoryCode: Select all
mtn.exe -P -r 5 %1