If you want to print a list of all files in a folder, and also list the files in the sub-folders which belong to the folder, add the /S switch to the command line in the MS DOS prompt:
dir c:\abcfiles\*.* /s > c:\abcfiles.txt
which not only lists the files and sub-folders in \abcfiles, but also continues to list the files in all the sub-folders. You can then read it using NotePad or WorPad if the file size getting bigger.
Monday, October 5, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment