Search Result
Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
-
Launch WinWord(Word) from incorrect directory
I need WinWord to look like it's being executed from the correct path: C:\Program Files\Microsoft Office\Office12 \WinWord.exe when in reality it's being launch from a Java app using the path C:\Program Files\Microsoft Office\Office11 \WinWord.exe. A program (Java) from the Internet (so it only knows the configuration it has stored) launches 'C:\Program Files\Microsoft Office\Office11 \Winword.exe' and sends it a macro to build a form on the client.... -
trouble with fork() and exec()
Hi all,
I'm writing a manager application (Linux/C++) that'll spawn 2 instances of a program (myApp). The myApp program needs to stay alive after being spawned (both instances) so a 3rd party program could connect to them thru socket. My problem is at the fork and exec function which I'm not really familiar with yet. Could anyone help to point me in the right direction or maybe enlighten me with the correct usage of fork and exec.
Thanks...