12 May 2017, 10:13

UXS launch an execution like "<soft>" "<parameter>" "ImageFilePath"

So if you put "Dummy" as parameter, with you batch it will be :

conversor.bat Dummy "ImageFilePath"
(Dummy became %1 and "ImageFilePath" became %2 😉 )
So you don't need %1 (Dummy) only %2 😉

Thank you for doing the Test ^^ I'm really stuck right now till tonight...