Re: [PHP-WIN] Re: executing an external program

2002-04-29 Thread rainer
uot;COMMAND.COM /C START c:\progra~1\micros~1\office\winword.exe >NUL"); > > ?> > > > > This opens winword and keeps it running and completes the web page too. > > > > If this doesn't work in win2K, maybe someone on this list may know an > > alternativ

Re: [PHP-WIN] Re: executing an external program

2002-04-29 Thread rainer
esn't work in win2K, maybe someone on this list may know an > alternative?.. > > Ross > > -Original Message----- > From: Rainer Bruch [mailto:[EMAIL PROTECTED]] > Sent: 28 April 2002 23:30 > To: [EMAIL PROTECTED] > Subject: AW: [PHP-WIN] Re: executing an external program

Re: [PHP-WIN] Re: executing an external program

2002-04-28 Thread RoboTeddy
For win 2k/xp: NUL"); ?> Ted - Original Message - From: "Ross Fleming" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "PHP Windows mailing list" <[EMAIL PROTECTED]> Sent: Sunday, April 28, 2002 7:32 PM Subject: RE: [PHP-WIN] Re: executing an ext

RE: [PHP-WIN] Re: executing an external program

2002-04-28 Thread Ross Fleming
s doesn't work in win2K, maybe someone on this list may know an alternative?.. Ross -Original Message- From: Rainer Bruch [mailto:[EMAIL PROTECTED]] Sent: 28 April 2002 23:30 To: [EMAIL PROTECTED] Subject: AW: [PHP-WIN] Re: executing an external program hey ross, thanks for your help b

RE: [PHP-WIN] Re: executing an external program

2002-04-28 Thread Ross Fleming
L PROTECTED] Subject: [PHP-WIN] Re: executing an external program If you have your mime type settings set correct in your Internet Explorer, you just have to do a HTML call to a Winword document to make Winword integrate with the browser ! The way you are trying now is the most dangerous one, b

[PHP-WIN] Re: executing an external program

2002-04-27 Thread Webmaster
If you have your mime type settings set correct in your Internet Explorer, you just have to do a HTML call to a Winword document to make Winword integrate with the browser ! The way you are trying now is the most dangerous one, because it can then too execute other programs remotely ! This is al