Hi,
i have a vbscript to perform doc to pdf convertion. I placed vbs file in jar and tried to execute with getRuntime().exec
Runtime.getRuntime().exec("wscript \"\\doctopdf.vbs\"");
No way, it reading from local path. How can i execute vbs file from jar and execute locally?? Is it possible? Or any other way to perform my task?
Thanks in advance..
Joe