How do you do....it? Thread, Create a printable index of a file system in Technical; I’m hoping to create an index of a few directories and export the index for checking and printing. In an ...
-
19th September 2006, 09:53 AM #1 Create a printable index of a file system
I’m hoping to create an index of a few directories and export the index for checking and printing. In an ideal world, I would get the following tab or .csv fields so I can stick it into Excel for sorting and printing;
Full file name (X:\Spanish Drills\2S\2S 23), short file name without extension (2S 23), file type, creation date and size.
I would like to just check final directories and entire tree structures.
So, anyone got any cunning plans?
Andrew
-
-
IDG Tech News
-
19th September 2006, 10:46 AM #2 Re: Create a printable index of a file system
I assume you want something more detailed than c: dir > directory.txt . I do remember PC pro used to have a utillity call filetree pro on it's cover disk but that was a long... time ago
-
-
19th September 2006, 10:53 AM #3
- Rep Power
- 0
Re: Create a printable index of a file system
would be better as it gives a simple recursive list like the *nix find command. A normal cmd dir /s would give you too much information.
You would then be able to do a normall text sort. I'm not sure if Excel would treat white spaces in filenames a delimeter
-
-
19th September 2006, 10:59 AM #4
- Rep Power
- 0
Re: Create a printable index of a file system
@Andrew_C
Woops didn't read all of your post.
You may also want to consider using the for command with the /R switch and then using the %~dti format to get extra information on the same line.
-
-
20th September 2006, 09:01 AM #5 Re: Create a printable index of a file system
Don't know if this would fit your requirements - not sure if you meant you wanted to extract data or just publish it.
If it was the latter, what about dir2html?
-
SHARE:
Similar Threads
-
By Norphy in forum Recommended Suppliers
Replies: 37
Last Post: 12th May 2008, 02:00 PM
-
By DSapseid in forum Recommended Suppliers
Replies: 20
Last Post: 30th August 2007, 05:02 PM
-
By j17sparky in forum Windows
Replies: 2
Last Post: 19th June 2007, 12:06 PM
-
By Craig_W in forum ICT KS3 SATS Tests
Replies: 0
Last Post: 17th May 2007, 07:49 AM
-
By woody in forum Windows
Replies: 29
Last Post: 29th September 2006, 03:35 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules