Runtime r = Runtime.getRuntime();
try {
//the unix script to execute
String sMailScript = "mailx -s \"test\" [EMAIL PROTECTED] < myFile.txt"
Process p = r.exec(sMailScript);
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]
- [ND] Runtime exec on UNIX martin wells
- Re: [ND] Runtime exec on UNIX Curt Springer
- martin wells
