News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Quick way to print the directory listing

Started by charleychacko, October 15, 2006, 12:18:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

charleychacko

Are you looking for a way to print the names of all the files in a particular directory? Well, Windows Explorer does not have an option to do this. But, here's a quick way to do just that:

Go to "Start | Run"
Type

COMMAND /C DIR directory_name >PRN

For example, if you want to print the list of files on your C drive's root directory, type:

COMMAND /C DIR C:\ >PRN

To print the files list on your WINDOWS directory, type:

COMMAND /C DIR C:\WINDOWS >PRN

Press ENTER.