in reply to remote application starting
If I understand correctly, you are running apache on a win98 box and want to be able to initiate a process on that same box by clicking on a web page.
You don't mention much about what the program is you want to run, but assuming it is a relatively short-lived process, you could simply create a cgi script that uses the system command to execute the program.
Scott
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: remote application starting
by Anonymous Monk on Feb 28, 2006 at 16:37 UTC | |
by Anonymous Monk on Mar 02, 2006 at 18:54 UTC |