Archive for September 29th, 2007

Listing all Files Recursively in Windows

Save the list of all files in a folder in windows - recursively.


dir /s /b>FileList.txt

[tags]command, dir, directory, folder, windows, list, ls ,recursive[/tags]