HTH
Brandon
![]() | Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years. Thanks, CNET Support |
Hi,
Just wanted to printout directories of my cd's to just make a small listing of what's on the cd and dvd's.
How do I printout a copy of a directory when I use my Command Prompt Window? Or maybe you know of a better way to do this?
I am using XP Pro
Thanks,
Rocky
Discussion is locked
use the command:
dir d: /s /a:-d > d:\dirlist.txt Creates listing in a file that can be edited and does not list subdirectories but does list their contents.
dir d: /s /a:-d > lpt writes directly to the printer port