Monday, March 01, 2010

Windows XP - Copy list of filenames, folders to editable text, files

Click Start -> Run -> Type cmd -> Hit Enter

Run the Command cd {path.to.dir}


When at the dir type the following command;

dir /B > c:\output.txt 

and hit enter.  This will create a file output.txt in the root 'c' dir with all the files names in the text file.

No comments:

Post a Comment