maybe $myoutput= `anycommand 2> c:\winnt\wherever\recycle\bin\is\kept ` ....might work for ya...
----- Original Message ----- From: "Mohd Salman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 8:13 PM Subject: Windows /dev/null device > > > Hi , > How I can send my errors to a null device under windows environment(winxp). > I tried $myoutput= `anycommand 2>null ` , but always this command create a > file called null . > Thanks. > > > _________________________________________________________________ > Join the world's largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
