Visual Studio 2008 has a handy command "format the whole document" (ctrl+k,ctrl+d). This will clean up and auto-indent many different types of files, including .aspx, .xml, etc.
Is it possible to invoke this functionality from the command line, so I don't need to open the Visual Studio and wait for files to open?