I want to suppress the output of my script running under DOS, similar to the following under a *nix environment:
$ command 1>/dev/null
How can I do this?
It should be >NUL on both DOS and Windows console.
>NUL