Free Traffic Exchange System. Join to increase your traffic.



Saturday, January 2, 2010

Add The Print Directory Option For File System Folders

1. Click Start, type Notepad. Right-click Notepad and choose Run as Administrator.

2. Copy the following text to Notepad:

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

3. Click File, Save (CTRL+S), mention the file name/path as %windir%\printdir.bat and press ENTER. The file printdir.bat is now saved to the Windows folder.

4. Download printdir_vista.reg: Download here

5. Save printdir_vista.reg to Desktop, right-click and choose Merge. (If you are prompted for an administrator password or confirmation, type the password or provide confirmation.)

If you only want to view the file contents, and don't want to send it to the printer, change the 3rd line in step 2. from start /w notepad /p "%temp%\Listing" to start /w notepad "%temp%\Listing".

0 comments:

Post a Comment

About This Blog

TechGeek gives you all that you need to know about the growing technologies.

- It was geek before it was cool

  © Blogger template 'Perfection' by Ourblogtemplates.com 2008

Back to TOP