Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 17-06-2005, 08:52 AM   #1 (permalink)
True Techie
 
nithinks's Avatar
 
Join Date: Apr 2005
Posts: 260
Default Data disc--Printing directory?


Digit forum members;

I Want to create a list of all directories and subfolders in a Data disc
So that i can print a label for my mp3s which contains all songs as well as
their film names.
format;
MAIN FOLDER NAME(Name of yhe film)
|
|
|
-----------sub folder 1(Song 1)
|
|
-----------sub folder 2(Song 2)
|
|
MAIN FOLDER NAME(Name of the film 2)
................................and so on.
Is there any such software(preferabelly freeware/demo) available to
Download?

Thank you in advance
__________________
http://www.mytechyard.com/
nithinks is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-06-2005, 10:17 AM   #2 (permalink)
Wise Old Owl
 
aadipa's Avatar
 
Join Date: Feb 2004
Location: Palghar, Mumbai
Posts: 1,000
Default

This command line tool will be perfect
Code:
tree /F
This will print the tree of all directories and files in current drive to the screen. As you want it to be printed, just redirect it to some file and then you can print that file. This also allows you to edit the output manually, which you will need to do.

Code:
tree /F > result.txt
Now with this command just open result.txt created
in current directory.

If you don't know where to find the file, just give following command just after above tree command
Code:
edit result.txt
Now you can print the file, or edit it to add more appropriate header.

If you open the file in notepad, you will get strange looking charactors as those are ascii charactors which Windows based program and DOS based programs shows differently. Just replace required chars to | and - and you have file ready to print.

If you have printer configured to print from DOS, you can directly pass this output to printer using
Code:
tree /F >PRN
Well there are also many softwares available for this job, a Google search will do that job.
__________________
i generally prefer quality over quantity
1 aadi + 1 aadi = 1 full ;)
aadipa is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear

Advertisement




All times are GMT +5.5. The time now is 08:57 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2