Question:
Directory structur printing?
Sayan
2008-05-11 21:21:22 UTC
How do I take a print out the Directory Tree of all the directories and folders and files I have in a particular drive ? I have a music collection of more than 10000 songs - perfectly indexed and categorised. I need to take a print out.

Thanks in advance.
Three answers:
Selva Kumar
2008-05-11 21:52:47 UTC
1) Open notepad and type the following in it and save the file as %windir%\Printdir.bat in the save as dialog



@echo off

dir %1 /-p /o:gn > "%temp%\Listing"

start /w notepad /p "%temp%\Listing"

del "%temp%\Listing"

exit



2)In Folder Options

On the File Types tab, click File Folder.

Click Advanced, and then click New.

In the Action box, type Print Directory Listing.

In the Application used to perform action box, type printdir.bat.

Click OK.



3) Start Registry Editor. run > regedit

Locate the Default value under the following registry subkey:

HKEY_CLASSES_ROOT\Directory\shell

On the Edit menu, click Modify.

In the Value data box, type none.

Click OK.





Now your directory listing will be available for printing. Select the directory you want listing for and right click and select "Print Directory Listing"
Allan B
2008-05-13 12:28:45 UTC
Try Directory Report

Download: http://www.file-utilities.com/downloads/wdir.zip

Homepage: http://www.file-utilities.com



It can print listings to a printer and to a

Text, CSV, HTML or XML file



It can print out MP3 tags and WAV attributes



Before printing make sure you select which attributes you want printed

select menu: Print / Set Printing Options
ram
2008-05-12 04:26:13 UTC
Directory structur printing to flotter.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...