Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q1486, September 07, 2001 at 02:02:43:

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

©2018 Martin Webb