How do I get a recursive list of files from the command-line?
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

0 Comments:
Post a Comment
<< Home