hi,
how to call exe file with some parameters from java and save the output of the exe file in a specified path.
Please let me know immediately..its urgent!!!
I am using the following code :
I want to save the file after running this DPAnalysis.exe on jan.xls into my file system.
The .exe file is running properly by taking jan.xls but not saving it anywhere .
Please help
Runtime.getRuntime().exec
("C:\\Program Files\\DP\\DPAnalysis.exe "+"E:\\xlsdata\\jan.xls");
Thanks in advance.