|
It's easy. Go to Start / Run and type "cmd". Then type "cd " to change to the directory you wish to print. Then type "dir > list.txt". This will output the directory contents to a text file, which you can then print. There are other options to the dir command; you can find them by typing "dir /?".
EDIT: Just read the thread in Kyle's reply. Same as my solution.
|