Quick way to print the directory listing - Windows Views : 303
Tagged in : Windows
0 0
Send mail
Quick way to print the directory listing

1. Go to "Start -> Run"
2. 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


3. Press ENTER.


By Sanju, On - 2009-12-29



    Login to add Comments .