Exactly what is the error ?
What OS are you running ?
There is a difference between using the character ' and the character ", you know ?
For instance, the script
$filename="test.txt";
$f = shell_exec("notepad.exe $filename");
will open TEST.TXT, but is younger brother
$filename="test.txt";
$f = shell_exec('notepad.exe $filename');
will open the file $FILENAME.TXT and that could be a problem.
Luis
----- Original Message -----
From: "s" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 03, 2002 10:29 AM
Subject: [PHP-WIN] I cant run an external command
> Hi,
>
>
> I wrote a form for add user on email server
> but the line
> $f =shell_exec( `d:\imail\adduser.exe -u $userid -p $password2`);
> return alway error
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php