PC tip: copy file names from Windows Explorer
- Navigate to the folder that you want to create a list for.
- Create a new txt file in the same directory and paste this into it:
- dir /a /-p /o:gen >list.txt
- Save the txt file with any file name.
- Right click on the txt file you just created and then change the extension from .txt to .bat.
- Double click on the .bat file and it will generate a txt file (called list.txt) with a list of all the files and folders in it.
Super easy and useful. Via http://www.digitalspy.co.uk/forums/showthread.php?t=741770