When automating processes on a computer it is often very handy to do redirection. I know that linux has a lot of redirection capabilities, but recently I learned the Windows XP also has many of the same capabilities.

Some of the operators covered are: > >> <& >& | <

Microsoft has a page on their site that describes how these work.