Hi,
In my perl scripts, I called system("mycmd > output"). The perl script is called from a windows service. When the service is running under LocalSystem, the system() call failed, and $! shows "no such file or directory error". If I remove the redirection, it works. If I changed the service to use Domain\User, I don't see the problem. And on Win2k Professional, I don't see the problem. It only happens on Win2k Server.
Any help?
Thanks
George