Hi

I am working on an NT script which uses system(). I can not get it to write
errors to stderr instead of stdout. it works fine from the command line. see
code snip below. any ideas?
thanks
Jim

--
foreach $user (@users)
{
        system("NET SEND $user testing 2>err.out"); 
}
---





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to