I seem to have some troubles getting exiftool.exe to hide.
Here's the lines as I use them.
Code: Select all
parameter$ = "-comment=" + Chr(34) + GetGadgetText(2) + Chr(34) + " " + "-overwrite_original" + " " + Path$(4) + GetGadgetItemText(0, SelectieRegel, 0) + ".jpg"
RunProgram(Path$(1) + "ExifTool.exe", parameter$, "", #PB_Program_Hide)
Other functions of exiftool work ok and the console is hidden. Just this one refuses to go in hiding.
Must be something wrong with these lines?
Thanks for replies.
__________________________________________________
Code-Tags added
01.12.2015
RSBasic