this is a simple batch file that will create a list of everything in the directory 1. open notepad 2. type: dir /s *.* >dirlist.txt 3. under FILE > select SAVE AS 4. name it whatever and add “ .bat “ at the end 5. copy...