kyawmyothet
04-16-2007, 06:57 AM
Hi all,
I face some problem, I want to run exe from JSP. I can run it but I need to give full path of file. I want to call dynamically without hardcoding fullpath. Just giving filename.
I don't want
exec ("C:\Program File\Coro\sign.exe");
I want
exec("sign.exe")
I face some problem, I want to run exe from JSP. I can run it but I need to give full path of file. I want to call dynamically without hardcoding fullpath. Just giving filename.
I don't want
exec ("C:\Program File\Coro\sign.exe");
I want
exec("sign.exe")