05-28-2015 03:37 AM
Solved! Go to Solution.
05-28-2015 04:02 AM - edited 05-28-2015 04:03 AM
I think your problem is because you need to set the 'working directory' to be the folder containing the executable.
As an alternative to System Exec - I think you can also use a .NET call to start an application - create a System.Diagnostics.Process constructor node (I think that's the name) and then call the 'Start' method - it'll take the path to the executable and any additional arguments you have.
05-28-2015 04:16 AM
Hey,
I tryed this already. To set the working directory to be the folder containing the executable. Doesn´t change anything.
Thanks for the .NET application. I will try this now.
05-28-2015 09:28 AM - edited 05-28-2015 09:28 AM
Fixed the Problem with a vbs Script. Then I used CScrpit.exe to open it. Very simple.