Invoke Shell script from java program running on windows machine
Hi,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!