phpbar.de logo

Mailinglisten-Archive

[php] exec() unter Windows-NT ?

[php] exec() unter Windows-NT ?

Thomas Schneider Antivivisektion_(at)_t-online.de
Wed, 28 Jul 1999 10:17:11 +0200


Thorsten Hock wrote:
> 
> I tried to setup a workaround for the problem with the mail() function
> under Windows-NT. My idea was to call 'xmail' with the exec() command. Now
> I'm ready with the script, but to my big surprise the exec() function is
> not working. Nothing happens. Neither the exec(), nor the system() or the
> passthru() command is working. and there are no errors. Any ideas ?

Try 

<?

echo `dir`;  // executes the internal DIR command of COMMAND.COM

?>

as a startingpoint for futher investigation...

Herzliche Grüße,
Thomas Schneider


php::bar PHP Wiki   -   Listenarchive