Hey Mohd,         

My MUA believes you used 
to write the following on Wednesday, September 11, 2002 at 4:13:56 AM.



MS> Hi ,
MS> How I can send my errors to a null device under windows environment(winxp).
MS> I tried $myoutput= `anycommand 2>null ` , but always this command create a 
MS> file called null .
MS> Thanks.

for some reason, MS decided to implement using only one L in nul.

$myoutput= `anycommand 2>nul`

-- 
[EMAIL PROTECTED]
Flying with The Bat! eMail v1.61
Windows 2000 5.0.2195 (Service Pack 2)
In a world without walls and fences, who needs Windows and Gates?


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

Reply via email to