|
The ANW.BIZ Home Page Up
| |
Print Directory
|
(Gord Dibben 30-Jan-2004)
To add a "Print Directory" feature to Explorer, go to this KB Article.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;q272623
Or you can download Printfolder 1.2 from.....
http://no-nonsense-software.com/freeware/ |
| |
To add the print directory feature to Windows
Explorer, follow these steps:
- Open Notepad, and then copy and paste the following text into
Notepad:
@echo off
dir %1 /-p /o:gn > "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit
- Save the file as Prin.bat in the Windows directory,
and then close Notepad.
- Start Windows Explorer, click Tools, and then
click Folder Options.
- Click the File Types tab, and then click
File Folder.
- Click Edit, and then click New.
- In the Action box, type Print Directory
Listing.
- In Application used to perform action,
click Prin.bat, and then click OK.
- Click OK, click Apply, and
then click OK.
- Open Windows Explorer, right-click the folder that you would
like to print a directory listing of, and then click Print
Directory Listing.
|
| %temp% on my PC is: |
| 'C:\DOCUME~1\Andy.BYG\LOCALS~1\Temp' |
| |
| Sample Output |
Volume in drive K is DATA
Volume Serial Number is 6890-D041
Directory of K:\BYG
21/01/2004 09:07 <DIR> .
21/01/2004 09:07 <DIR> ..
29/07/2002 17:57 <DIR> 123
24/01/2004 14:00 <DIR> Access
28/01/2004 14:37 <DIR> Accounts
14/01/2004 10:27 <DIR> BygVba2
08/08/2002 19:02 <DIR> Databases
30/01/2004 08:59 <DIR> EXCEL
25/01/2004 09:03 <DIR> ORGFILES
09/11/2003 11:22 <DIR> OTHER
30/01/2004 08:35 <DIR> PCMAG
09/02/2002 17:15 <DIR> USER
19/10/2003 13:50 <DIR> Word
09/02/2002 17:15 <DIR> XcelAdin
07/07/2000 20:53 3,041 How to change links in your files.html
07/07/2000 20:53 11,750 Image10.gif
07/07/2000 20:53 6,720 Image11.gif
07/07/2000 20:53 5,154 Image12.gif
07/07/2000 20:53 6,459 Image9.gif
22/03/2003 10:42 6,716 Outlook.SCD
16/12/2002 07:59 441,818 paypal_single_item.pdf
16/12/2002 08:02 537,011 paypal_subscriptions.pdf
13/12/1995 16:44 4 WINDSOCK.DAT
9 File(s) 1,018,673 bytes
14 Dir(s) 1,936,461,824 bytes free
|
Published: 31 January 2004
Last edited:
19 May 2008 16:41
|