
May 22nd, 2000, 02:02 PM
|
|
Gödelian monster
|
|
Join Date: Jul 1999
Location: Central Florida, USA
|
|
|
Well, you're trying to run a windows program from a language that wasn't intended for the desktop. I'm not sure exactly what the problem is, but it's probably something about running in a non-console mode that can't open a new window.
The question is "Why try executing a windows program from a webserver?" Try executing a command-line program, or, better yet, create a small batch file that does something file-based, like write some text into a file or something. Or for example starting or stopping a WinNT service: "net stop Spooler" or "net start Spooler".
|