You can type here any text you want

Any body know how too... (computer help)

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Vendor Defendor

Out the window
Joined
Nov 25, 2002
Messages
3,537
make a text file of all the files that are on a CD

Someone showed me how to do it, but I forgot. It had to be done in DOS I know

Thanks
 
Go into the root directory of the CD and pop a "dir /s > C:\yourdir\outputfile.txt" Took me a while to remember my DOS stuff, brings back memories.
 
That works but the way it was shown to me earlier showed the file name without the time it was created and its size in bytes. For instance:

The way you showed me comes up like this:

02/06/2005 10:18 AM 5,014,111 Musicfile1.mp3


Earlier, it came up like this:

D:\Musicfile1.mp3



ideas?
 
Add a /b before the /s. You can see all of the different options by doing a dir /? .
 
Back
Top