You are here: irt.org | About | Feedback | 3139 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1486
Sent by
chris on September 07, 2001 at 02:02:43:
Comments:
I can invoke a new process on MS Windows, but can't on Alpha Unix.
// ##############################
Runtime r = Runtime.getRuntime();
Process p = null;
//p = r.exec("ls -l > filelist.txt");
p = r.exec("D:\\WINNT\\notepad.exe ");
Other feedback on 'irt.org FAQ Knowledge Base Q1486' - show all