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)?
|
If I want to ignore stdout of a command, I do this on *nix:
How do I achieve the same on Windows (.cmd/.bat)?
| |||
|
feedback
|