|
|
Quick way to print the directory listing - Windows
|
Views : 303
|
|
Tagged in : Windows
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|