do it from the command line, assuming you are in win2k or xp.
'dir /?' will show you the options for listing files and such.
Once you get it to output in the format you like, do this:
'dir /somecommands > someoutputfile.txt'
This will push all the output to a text file, in my case "someoutputfile.txt".