Re: Never a console
- Posted by Michael Sabal <mikes at notations.com> Apr 11, 2001
- 410 views
For a cgi program, you should always use ex or exu, never exw. When = calling a program from your cgi script, use junk =3D system_exec(progname_and_parameters,2) to avoid a console window. HTH, Michael J. Sabal >>> nieuwen at XS4ALL.NL 07/01/01 01:23PM >>> =20 I have a major problem. When using Exw.exe I get a console window even = when I don't want it. I'm using it for cgi-bin on a server. I must be sure they will not get any window, not even for a second, at all.