Copying CD folder & file directories from Drive D: to C:

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In older Windows 95,98 & ME, using "DIR *.* /S > C:\CD-files" transferred the file names in all the folders and sub-folders, into a new file "CD-files", so that a printout could be made via Word. With XP, it only does it for the first folder. What command would transfer the entire collection of file names at one time?
 
Hi Joe,

I have tried the command C:\> dir *.* /s > C:list.txt
and it works fine with me.

If you'd like something a little more integrated with Explorer, have a
look at a 3'rd party add-on such as ExpPrint
http://www.jddesign.co.uk/.

ExpPrint is an Explorer context menu extension that gives you a "Print
Directory Listing" menu when you select any file folder, drive, or
files. It has quite a comprehensive sorting and layout capability,
and is only a small download.

ExpPrint is shareware, the only restriction on the non-registered
usage is that the Save settings capability is disabled. Other than
that it's fully functional


Good luck
 
Back
Top