Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: RayB on September 12, 2005, 11:58:43 pm
-
In XP how do you print a directory of files?
Sounds like a silly question, but I see no print options anywhere...
-
the easiest thing to do is the the commandline from here powertoy from microsoft. Then right click on the folder you want to print the contents of and select commandline from here.
Then type
dir > output.txt
your files will be listed in output.txt in that folder.
-
cool thanks!