PDA

View Full Version : In search of a program....



theHNIC
07-11-2002, 06:00 AM
that displays the content of a cd and allows you to copy it to notepad or be able to print it.

Bires
07-11-2002, 07:01 AM
I used to use WS-FTP for that. I don't remember how to display the subdirectories though.

Are you using it for MP3s? Aiwa makes a program that displays the mp3s on a disc so you can see the order they will play in.

theHNIC
07-11-2002, 07:14 AM
Originally posted by Bires
I used to use WS-FTP for that. I don't remember how to display the subdirectories though.

Are you using it for MP3s? Aiwa makes a program that displays the mp3s on a disc so you can see the order they will play in.

Its for software

Bires
07-11-2002, 10:06 AM
Use (search for) a program that will echo msdos output (like a debugger) to a txt file and then in msdos type dir /s.

sorry I cant be more help than this, but I'll keep my eye open. :hmm:

hapoo
07-11-2002, 10:21 AM
guys... thats already built into msdos, just type

dir > mytext.txt

this will output the results of the dir into mytext.txt
if you need more options just do a "dir /?" to see what kind of stuff you can show.

Jeffbx
07-11-2002, 10:48 AM
:stupid:

Too bad the command line is becomming a lost art....