> /dev/null for Windows

Posted by Sridhar Ratnakumar on Super User See other posts from Super User or by Sridhar Ratnakumar
Published on 2010-04-24T03:57:43Z Indexed on 2010/04/24 4:03 UTC
Read the original article Hit count: 495

Filed under:
|
|
|
|

If I want to ignore stdout of a command, I do this on *nix:

myprog > /dev/null

How do I achieve the same on Windows (.cmd/.bat)?

© Super User or respective owner

Related posts about Windows

Related posts about unix