Quick way to print the directory listing
by Sanju[ Edit ] 2009-12-29 23:41:11
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.