Posted by hughie on 11/27/06 12:18
Tim Roberts wrote:
> Try writing it as a UNC: \\server\share\dir\batch.bat.
echo system("\\server\share$\dir\batch.bat arg1");
or
echo exec("\\server\share$\dir\batch.bat arg1");
both don't return anything.
now playing with adding "cmd /c " before my string.
Navigation:
[Reply to this message]
|