> Hi
>
[quoted text clipped - 18 lines]
> d) Send the neccassary command string to the window that will restart
> the program.
I don't think so. What you could do instead is have the Java program
itself run the C-program, and see if it can monitor that program in any way,
and if it detects that the program has failed, to re-run it. If the main
reason the command window was necessary was to see any output the C-program
might produce, you could write a simple GUI which just reads output from the
C program, and displays it in a text box.
- Oliver