Invoke Shell script from java program running on windows machine
843798Jun 26 2007 — edited Jul 3 2007Hi,
I want to invoke a shell script present on a unix server from java program running on window based mahcine. Can i do this using runtime.exec() method? or is there any other way of doing it?
Pls help.
thanks!