How do I get a recursive list of files from the command-line?
Monday, June 16, 2008
This is very useful when trying to figure out what files are on a drive. This will provide you with full paths for all the files in and below the directory you run it from.
Use the DOS "dir /A:-D /B /S" command.
Labels: batch files, computers, dos, scripting










