Hi all, I have a php code that tries to execute an "rexec" function for a "at" command. For this I coded it in this way :
$str = exec ("rexec -l usr1 -p usr1 myserver at now + 2minutes -f input
file";
the rexec function in itself is running fine in shell mode but whene I try
to execute it through php, i have the job 2 times in my queue.
Any idea is appreciated !
Oll
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

