Sunday, November 8, 2009

DOS: Barebones File List to a File

dir /b /s > c:\files.txt
Append to the file instead...
dir /b /s >> c:\files.txt

0 comments:

Post a Comment