Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing files in "Windows Explorer"

Status
Not open for further replies.

compjock

Technical User
Jul 3, 2001
14
0
0
US
How can one print the files in a folder in "Windows Explorer"? Thank you in advance.
 
Here's one way....no tools needed

Start --> Run --> Command

CD to the folder you want to print.

type DIR > filename.txt

This creates a text file listing of the folder you were in at the command prompt

If you have a printer connected to the LPT1 port you can specify

DIR > LPT1

Typr DIR /? at the command prompt to display other options (formats, etc)

-- Jason
"It's Just Ones and Zeros
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top