1. Start Menu, Programs - Accessories - Command Prompt 2. To change the drive letter just type the letter and a colon (:) and hit enter: e: 3. Go to the directory you want to be in by using DIR to find it and type: cd 'name' without the quotes 4. You want to list the file names of eveything in the folder here and this is how: type: dir /b /o:en>dirlisting.txt The name of the file depends on you entirely, you can name it what you want.