dear friends.,
i want to run in bat file with in the jsp code.it's possible.any one knows mail me muthu at zeeboom dot com
cheers
Muthu.v
-
how can i run bat file in jsp (4 messages)
- Posted by: muthu veerappan
- Posted on: April 03 2001 07:24 EDT
Threaded Messages (4)
- how can i run bat file in jsp by joseph yi on April 03 2001 18:55 EDT
- how can i run bat file in jsp by muthu veerappan on April 10 2001 05:48 EDT
- how can i run bat file in jsp by Sudhakar k on April 05 2001 17:05 EDT
- how can i run bat file in jsp by muthu veerappan on April 10 2001 05:49 EDT
-
how can i run bat file in jsp[ Go to top ]
- Posted by: joseph yi
- Posted on: April 03 2001 18:55 EDT
- in response to muthu veerappan
well, you can run any executable using the Runtime class of Java. there was an article on www.javaworld.com about using Java to run executables, and I'm sure you can adapt the code for your needs... I don't know the link offhand but I know you'll be using the Process and Runtime classes. Try searching for those.
Hope this helps! -
how can i run bat file in jsp[ Go to top ]
- Posted by: muthu veerappan
- Posted on: April 10 2001 05:48 EDT
- in response to joseph yi
thanks for reply
-
how can i run bat file in jsp[ Go to top ]
- Posted by: Sudhakar k
- Posted on: April 05 2001 17:05 EDT
- in response to muthu veerappan
Runtime.getRuntime().exec(command);
-
how can i run bat file in jsp[ Go to top ]
- Posted by: muthu veerappan
- Posted on: April 10 2001 05:49 EDT
- in response to Sudhakar k
thanks for reply