Is it possible to execute .bat file located in package ?
807589Dec 12 2008 — edited Dec 14 2008Hi,
in my application i execute a print.bat file using Runtime.exec(), i'd like to place this .bat in package, let's say com.me.testpackage. How is it possible to execute the batch file from that location?
thanks