Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: RayB on September 12, 2005, 11:58:43 pm

Title: Printing a directory?
Post 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...
Title: Re: Printing a directory?
Post by: SirPoonga on September 13, 2005, 12:11:01 am
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.
Title: Re: Printing a directory?
Post by: RayB on September 13, 2005, 10:53:02 am
cool thanks!