Redirect stderr

I know you can use < and > to redirect stdin and stdout, but is there any way to redirect stderr to a file?

http://unix.about.com/library/weekly/aa110600e.htm

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