I know you can use < and > to redirect stdin and stdout, but is there any way to redirect stderr to a file?
Unfortunately only works on unix.
“cmd1 2> fname” on DOS runs “cmd1 2” and redirects stdout to fname
pity
oh well, i can live without it, i was just curious