Print Directory OptionTo Explorer

December 10, 2007 Poster: Jim Views: 68 views Category: Cool tricks, Hacks, Registry tweak, Tweak

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

Batch file that will print from the context menu (right click) in explorer.

1.Open notepad and copy and paste this:

@echo off
dir %1 /-p /o:gn > “%temp%\Listing”
start /w notepad /p “%temp%\Listing”
del “%temp%\Listing”
exit

2.Save the file as Pdirectory.bat in the Windows directory.
3. Start Explorer, click Tools, and then click Folder Options.
4. Click the File Types tab, and then click File Folder.
5. Click Edit, and then click New.
6. In the Action box, type Print Directory Listing.
7. In Application used to perform action, click Pdirectory.bat, and then click OK.
8. Click OK, click Apply, and then click OK.
Done… Now you will be able to right click on a directory and print out a listing!.

UPDATE: I had a problem with printing sometimes, if you get it just do a quick Reg fix:

Hive: HKEY_CLASSES_ROOT
Key: Directory\Shell
Name: Default
Data Type: REG_SZ
Value: none

Once you set the value of Default to none, at the location above, all is fine.

Tags for the article:

    mutiple file print explorer,print directory on windows explorer,windows explorer print directory

Share This:

This Seems Useful!! Help Us To sahre This Post with Rest Of The World
  • Digg
  • StumbleUpon
  • Technorati
  • del.icio.us

Subscribe:

Sign up to receive latest Tips & Tutorials
as well as receive other site updates!

Related Post

Print Directory OptionTo Explorer
Unload Dll Files and Free Memory.

Windows Explorer caches DLLs in memory for a period of time after the application an using them has been closed. Which in some cases can be an...

Print Directory OptionTo Explorer
Speed up Detailed view in Explorer

If you like to view your files in Windows Explorer using the "Details" view here is a tweak to speed up the listing of file attributes:Viewing...

Print Directory OptionTo Explorer
Enable /Disable Preview Media Files

Internet Explorer allow previewing media files (wav, mid, avi, mov, mpg) in Windows Explorer. How to do it: 1.Using Windows Explorer, navigate...

Print Directory OptionTo Explorer
Make Internet Explorer & the Explorer Toolbars Fancy

he Internet Explorer toolbar looks pretty simple. Want to make it fancy and kewl? Why not add a background image to it. To do this kewl hack...

Leave a Reply

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.