in reply to Win32 Process Create
You want a CGI script to more or less directly execute a program with the user credentials of whoever is currently logged in to the server and have the window open up on their desktop?? This is one of those cases where there is almost certainly a better solution to whatever the bigger picture here is. Could you explain what you need this for?
A design you might consider would be for the CGI script to write to a file or database, and have a second program, run by the currently logged in user, monitor that file or database for new things, and then take the appropriate action (such as run another program, for example).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32 Process Create
by PriNet (Monk) on Feb 16, 2015 at 01:58 UTC | |
by Anonymous Monk on Feb 16, 2015 at 02:47 UTC | |
by PriNet (Monk) on Feb 16, 2015 at 03:07 UTC |