Saved Bookmarks
| 1. |
Solve : sending output to /dev/null? |
|
Answer» I write script in ksh and am trying to do something we do regularly, that is send the out put of a command to null, i.e. we use 2>/dev/null in unix. Is there something like this that can be used in a .bat file. I am using cacls on a directory and it SENDS all kinds of output to the dos WINDOW, I WANT to GET rid of that. |
|