process creation: How to know when the command was not found?
From: Kamran Karimi (karimi_at_cs.uregina.ca)
Date: 12/17/03
- Next message: jigar: "How to read password protected file?"
- Previous message: Anthony Borla: "Re: Client Server"
- Next in thread: Anthony Borla: "Re: process creation: How to know when the command was not found?"
- Reply: Anthony Borla: "Re: process creation: How to know when the command was not found?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 16 Dec 2003 17:04:33 -0600
Hi everybody,
In a Java application I am invoking an external command under Windows
98 using something like this line of code:
Runtime.getRuntime().exec("start.exe c:+AFw-test+AFw-test.exe").
The problem is, how can I know if the real target program (here
test.exe) actually got executed? The normal results of the exec function
apply to "start.exe" only. Is there a way? Thanks for any help.
-Kamran
- Next message: jigar: "How to read password protected file?"
- Previous message: Anthony Borla: "Re: Client Server"
- Next in thread: Anthony Borla: "Re: process creation: How to know when the command was not found?"
- Reply: Anthony Borla: "Re: process creation: How to know when the command was not found?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|