Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   All I want is to make a list... (https://thetfp.com/tfp/tilted-technology/98389-all-i-want-make-list.html)

jwoody 12-06-2005 08:28 AM

All I want is to make a list...
 
I need to create a library card type thing to help me find my archived files quickly.

I have ~10 discs with ~300 files on each.

Trouble is, I don't know how to copy the list of the files.

e.g.
http://img213.imageshack.us/img213/4346/listo7yf.jpg

I'm sure it's all very easy when you know how.

maleficent 12-06-2005 08:32 AM

from a command prompt

Dir *.* >myfilename.txt

call myfilename whatever you want...

the > will pipe the directory to a file

and you can always import that file into Excel - witha column added for what disk it's on..

jwoody 12-06-2005 08:45 AM

Mal, dearest, you overestimate my computational competence.




I was hoping the answer didn't involve the command prompt.

I haven't used that since 1989

I'll give it a go....

jwoody 12-06-2005 08:48 AM

Hey it worked!!!!

Many thanks. :icare:

maleficent 12-06-2005 08:49 AM

the command prompt isn't scary...

Go to Start/Run and type in CMD Press ENTER

A friendly black box will appear

Type Cd\ and Press ENTER
THis will take you to your root drive of C:

Pop your disk into the drive...

Type DIR D:\*.* >DISK1.txt

Press ENTER

On your c:\ drive you will now see a text file called Disk 1

Eject the first disk and enter the second disk

Press the up arrow and change DISK1.txt to DISK2. txt Press ENTER

Continue until done...

maleficent 12-06-2005 08:50 AM

Quote:

Originally Posted by jwoody
Hey it worked!!!!

Many thanks. :icare:

YAY YOU!!!

jwoody 12-06-2005 08:52 AM

This sure beats the old 'try-each-disk-until-you-find-it' method.

maleficent 12-06-2005 08:56 AM

Quote:

Originally Posted by jwoody
This sure beats the old 'try-each-disk-until-you-find-it' method.

I'd probably throw all the contents in one excel spreadsheet and then you can sort til your hearts content..

jwoody 12-06-2005 08:59 AM

Quote:

Originally Posted by maleficent
I'd probably throw all the contents in one excel spreadsheet and then you can sort til your hearts content..

I've no doubt that you would.

But me, I'm going to print the .txt file and get the hell out of here. It's 5:00pm in Anglo-Land and I'm off to my Mam's for tea.

:thumbsup:

Jinn 12-06-2005 10:13 AM

I'm way too geeky for my own good. Before Mal posted that reply, I was already dreaming of creating a self-updating database that would allow you to do partial string matching on any document on any drive and let you double-click to open it from the interface. And I was starting to think how I'd prototype it. Damn you and your quick solutions, Mal!!! :)

oberon 12-06-2005 05:19 PM

You can also append to the file if you have multiple listings.. instead of > use >>. The double caret means append.

jwoody 12-07-2005 02:38 AM

Quote:

Originally Posted by oberon
You can also append to the file if you have multiple listings.. instead of > use >>. The double caret means append.

http://img204.imageshack.us/img204/2051/trans2el.jpg

Jinn 12-07-2005 07:45 AM

bahaha nice screenshot..

If you use > it starts at the beginning of the file and overwrites whatever was initially there.. >> appends (adds to the end) of the file.

xepherys 12-07-2005 08:58 PM

Jinn, I'm on board with you, when I first read it I started thinking about modifying a PHP script I have that would scan for the CD volume and update the list accordingly.


All times are GMT -8. The time now is 01:41 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47