Thursday, February 21, 2008

Printing a Directory from Explorer

To make a Print Directory option from a right-click in Explorer:
  1. In Explorer, choose View / Options / File Types
  2. Highlight Folder (not File Folder)
  3. Click on the Edit button
  4. Click on the New button
  5. In the Action box, type &Print Dir
  6. In the Application use to perform action box type C:\WINDOWS\COMMAND.COM /C DIR %1 /S /A /O:N > PRN

You can use other switches for COMMAND.COM (COMMAND.COM /?) or DIR (DIR /? | MORE) to customize to your preference.

No comments: