Hi Guys,
i am supposed to run an executable(called mp) from within one of my jsp programs.
Basically i have to follow the following steps.

from within the program ==> call the executable ==>provide some input ==>
executable gives out some output files ==> back into the program

I did the same in my perl program(on Windows NT) as below:

system("mp.exe siid.sgml -t siid.text -h siid.html -e siid.err ");

How can i accomplish the same in my jsp program?

Thanks in advance.

Ramesh Kadirisani.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to