(page requirements)

Quick way to print the directory listing

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:
  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.
 
 
Applicable Keywords : Windows NT, Windows NT 4.x, Windows, Windows 95
 
 
 
Copyright © 2009 Chami.com. All Rights Reserved. | Advertise | Created in HTML Kit editor