File catalogue?

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
incrediblecain
Regular Member
Posts: 324
Joined: Mon Apr 30, 2001 12:00 am

File catalogue?

Post by incrediblecain »

I was looking to catalogue the Cds I've burned, a program that will make a list of file names on a Cd. Any help would be greatly appreciated.
It came upon a midnight clear up my nose
User avatar
maro
Member
Posts: 53
Joined: Wed Jun 25, 2003 10:03 am
Location: Da hood

Post by maro »

If you only need a list of file names, why don't use DOS?

1. Put the CD into your CD-ROM drive.
2. Go to START -> Run and type "cmd.exe"; the Command Prompt window will appear.
3. In that window, change the drive letter to your CD-ROM drive and type:

dir > C:\list.txt

and hit ENTER.

You can also type "dir > C:\list.txt /b" if you don't need the file sizes, dates and other stuff in your list.

Hope this helps.
Sorry for my English...

CLICK HERE to download Kazaa Lite K++ 2.4.3 English (right click + "Save Target As...")

CLICK HERE to view list of videos I'm sharing on K-Lite K++

SHARE OR DIE!
User avatar
Norm
SG VIP
Posts: 14195
Joined: Tue Mar 27, 2001 12:00 pm

Post by Norm »

Good answer.
It's the quickest easiest way.
Add a /w to the command and it will give a wide screen instead of listing down the page. Good if there are tons of files.
User avatar
Jim
SG VIP
Posts: 13229
Joined: Mon Oct 16, 2000 12:00 am

Post by Jim »

If you're looking for something with a little more depth, Norm and Downhill pointed me towards this program:

http://www.elcomsoft.com/adc.html
User avatar
incrediblecain
Regular Member
Posts: 324
Joined: Mon Apr 30, 2001 12:00 am

Post by incrediblecain »

Thanks everyone.
It came upon a midnight clear up my nose
Post Reply