Today I’m going to share a great technique I use all the time. Have you ever wanted to share a list of files in a folder on your computer (for example your music collection or documents) with somebody else but couldn’t find a better way than resorting to some shareware application which isn’t even compatible with the latest versions of Windows? As it turns out Windows (and possibly DOS though I’m not sure) has a useful command accessible through the Command Prompt. For those who are familar with the Command Prompt (formerly known as MS DOS) I won’t explain how to get to the folder you want, but for those who don’t know you do by:
In Windows XP and earlier click on start then run. In the run box type in cmd and hit enter. This will bring up a black box. Now you need to navigate to the folder you want to list. This is done by typing “cd ..” (without quotes) to keep dropping back a directory and “cd foldername” to enter a folder. You can type “dir” to view a list of folders if you’re not sure what it’ll be called, or you can type dir and hit tab a few times until the folder you want pops up next to the word cd. Once you’re in your folder that you want to list proceed to the step below the Vista instructions.
Running Windows Vista? That makes things a LOT easier. Microsoft added a cool feature which allows you to open the command prompt from any windows explorer folder. Open the folder you want to list, hold down shift (either one) on your keyboard and right click on some empty space. Click on “Open Command Window here”. Now it’s open and ready to create the list.
How to create the list of files? Just type in (without quotes) “dir > anythingyouwant.txt”. This will create a txt document in your folder with the name you specify.
