Re: Batch files from JSP

2006-08-02 Thread Bart Busschots
thor of the mail and delete the same. - Original Message - From: Akshay Ahooja To: Struts Users Mailing List Sent: Tuesday, August 01, 2006 11:35 PM Subject: Batch files from JSP Hi, This is not entirely a struts question, but how would I execute a batch from on the server from a jsp

Re: Batch files from JSP

2006-08-02 Thread Akshay Ahooja
- Original Message - From: Akshay Ahooja To: Struts Users Mailing List Sent: Tuesday, August 01, 2006 11:35 PM Subject: Batch files from JSP Hi, This is not entirely a struts question, but how would I execute a batch from on the server from a jsp? If the .bat is in the sa

Re: Batch files from JSP

2006-08-02 Thread Thomas Joseph
iling List Sent: Tuesday, August 01, 2006 11:35 PM Subject: Batch files from JSP Hi, This is not entirely a struts question, but how would I execute a batch from on the server from a jsp? If the .bat is in the same file as the jsp calling it. I tried Runtime rt = Runtime.

Batch files from JSP

2006-08-01 Thread Akshay Ahooja
Hi, This is not entirely a struts question, but how would I execute a batch from on the server from a jsp? If the .bat is in the same file as the jsp calling it. I tried Runtime rt = Runtime.getRuntime(); Process pr= rt.exec("db.bat"); But it gives errors. java.io.IOException: Create