You are here: irt.org | FAQ | Java | Q4078 [ previous next ]
Please check out the "java.lang.Runtime" package. There you have methods like:
Runtime r = Runtime.getRuntime(); r.exec("c:\\yourfolder\\your.exe");
©2018 Martin Webb