fast way to make a list of files on a dvd/cd |
Author: |
Message: |
TheMusicPirate
Full Member
Posts: 412 Reputation: 8
39 / / –
Joined: Feb 2005
|
O.P. fast way to make a list of files on a dvd/cd
i have about 50 cd/dvd backups, and it takes me a while to find s certain file or song. on them.
is there a fast and easy way to make a list of all the files on all the backups?
without me having to type it all in?
thanks.
|
|
06-15-2005 01:34 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: fast way to make a list of files on a dvd/cd
Not without a little utility program AFAIK.
Then again, Windows has a Search facility...
|
|
06-15-2005 07:37 PM |
|
|
WDZ
Former Admin
Posts: 7106 Reputation: 107
– / /
Joined: Mar 2002
|
|
06-15-2005 07:38 PM |
|
|
ddunk
Veteran Member
Posts: 1228 Reputation: 51
35 / /
Joined: Mar 2004
|
RE: fast way to make a list of files on a dvd/cd
Or if you were too lazy to download something, Start > Run > Cmd > Dir works just fine
This post was edited on 06-15-2005 at 07:39 PM by ddunk.
|
|
06-15-2005 07:38 PM |
|
|
WDZ
Former Admin
Posts: 7106 Reputation: 107
– / /
Joined: Mar 2002
|
RE: fast way to make a list of files on a dvd/cd
dir is good, but not quite as user-friendly or customizable...
I just checked the help and found out that you can make it list subdirectories with the /S switch...
|
|
06-15-2005 07:45 PM |
|
|
Jhrono
Veteran Member
Posts: 1791 Reputation: 25
33 / /
Joined: Jun 2004
|
RE: fast way to make a list of files on a dvd/cd
quote: Originally posted by Ddunk
Or if you were too lazy to download something, Start > Run > Cmd > Dir works just fine
quote: Originally posted by WDZ
dir is good, but not quite as user-friendly or customizable...
Dir/p works.. ...Oh long time since i havent entered the command prompt(or dos )...
|
|
06-15-2005 08:16 PM |
|
|
YottabyteWizard
Senior Member
Posts: 709 Reputation: 23
37 / /
Joined: Mar 2005
|
RE: fast way to make a list of files on a dvd/cd
Better yet... this command:
dir c:\music /s > c:\files.txt
where 'dir' is the command, 'c:\music' the drive\directory, '/s' option to show also the subdirectories, '>' option to send the results to a file, 'c:\files.txt' the file to be created for the results.
|
|
06-15-2005 08:25 PM |
|
|
user13774
Disabled Account
Posts: 1119
Joined: Apr 2003
Status: Away
|
RE: fast way to make a list of files on a dvd/cd
That's nice Yottabyte! Good old DOS
|
|
06-15-2005 09:10 PM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: fast way to make a list of files on a dvd/cd
dir c:\music /S/B >> c:\files.txt
/B produces an output like:
c:\autoexect.bat
c:\config.sys
c:\windows\fonts\onyx.ttf
c:\windows\fonts\papyruss.ttf
c:\windows\system\driver.dll
c:\windows\system\funnybunny.dll
c:\windows\temp\blahblah.tmp
c:\windows\temp\helloworld.txt
in other words, without all the dir info crap...
>> instead of simply ">", will add the listings to the file. ">" will overwrite the file...
--------
But there are indeed very user friendly database-like programs which do exactly the same (although I never found one I personaly liked; every program I've found, tried, had one or two things I didn't like. So in the end I used the good old DOS commands too. And they work excellent for this stuff)
This post was edited on 06-15-2005 at 09:17 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
06-15-2005 09:15 PM |
|
|
TheMusicPirate
Full Member
Posts: 412 Reputation: 8
39 / / –
Joined: Feb 2005
|
O.P. RE: RE: fast way to make a list of files on a dvd/cd
quote: Originally posted by CookieRevised
dir c:\music /S/B >> c:\files.txt
/B produces an output like:
c:\autoexect.bat
c:\config.sys
c:\windows\fonts\onyx.ttf
c:\windows\fonts\papyruss.ttf
c:\windows\system\driver.dll
c:\windows\system\funnybunny.dll
c:\windows\temp\blahblah.tmp
c:\windows\temp\helloworld.txt
in other words, without all the dir info crap...
>> instead of simply ">", will add the listings to the file. ">" will overwrite the file...
--------
But there are indeed very user friendly database-like programs which do exactly the same (although I never found one I personaly liked; every program I've found, tried, had one or two things I didn't like. So in the end I used the good old DOS commands too. And they work excellent for this stuff)
is there a way that i can have it show the length of songs? ( like the time of each song in the folder?)
same for movies
|
|
06-15-2005 10:46 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|