I actually have the same problem.
I think the problem is the Path.
If you have spaces in your path (like c:\program files\myprogram), the path has to be between quotes.
I think you should use something like
shell.run(chr(34) & path & chr(34) & "pos_predic.exe")
Another thing to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.