Hey all, i'm trying to use a simple java application in a script, but neither Run nor ShellExecute can help me on this one. I'd like to know if someone knows how to do it in a clean way. An example (that obviously doesn't work), just to show what's the idea... CODEShellExecute("java MainCommandLine", "-comments", "C:\Directory_of_the_app") cheers.