How do I print Directory Listings when using Windows Explorer?

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

Guest

Hello, I am a new user. I want to know how to print directory listings off of CDs that I have when using Windows Explorer?

Thx,
Jeff
 
Jeff,

Click [Start] [Run] [Cmd]
Goto the appropriate drive/directory.
Type "Dir /b >list.txt"
[include "/s" for sub-directories listing]

Open List.txt in notepad and print the contents.

How to Add the Print Directory Feature to Windows Explorer:
http://support.microsoft.com/?kbid=272623

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-------------------------------------------
Internet Explorer Newsgroup FAQs:
http://www.mvps.org/sramesh2k/IEFAQ.htm

Using ToolbarCop to remove the unwanted Toolband, Toolbar Icons and BHO:
http://www.mvps.org/sramesh2k/toolbarcop.htm
-------------------------------------------


Hello, I am a new user. I want to know how to print directory listings off of CDs that I have when using Windows Explorer?

Thx,
Jeff
 
Correction:

It should be "Dir /b >C:\list.txt"
[List.txt file is created in C:\]

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-------------------------------------------
Internet Explorer Newsgroup FAQs:
http://www.mvps.org/sramesh2k/IEFAQ.htm

Using ToolbarCop to remove the unwanted Toolband, Toolbar Icons and BHO:
http://www.mvps.org/sramesh2k/toolbarcop.htm
-------------------------------------------


Jeff,

Click [Start] [Run] [Cmd]
Goto the appropriate drive/directory.
Type "Dir /b >list.txt"
[include "/s" for sub-directories listing]

Open List.txt in notepad and print the contents.

How to Add the Print Directory Feature to Windows Explorer:
http://support.microsoft.com/?kbid=272623

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-------------------------------------------
Internet Explorer Newsgroup FAQs:
http://www.mvps.org/sramesh2k/IEFAQ.htm

Using ToolbarCop to remove the unwanted Toolband, Toolbar Icons and BHO:
http://www.mvps.org/sramesh2k/toolbarcop.htm
-------------------------------------------


Hello, I am a new user. I want to know how to print directory listings off of CDs that I have when using Windows Explorer?

Thx,
Jeff
 
Greetings --

From the command prompt (Start > Run > Cmd.exe), simply change to
the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
just as you used to do in DOS. Any of the switches for the DIR
command (type "dir /?") will work with this command, if you wish to
modify the output. You can then subsequently edit the resulting text
file using NotePad, WordPad, Word, etc.

Alternatively:

HOW TO Add a Print Directory Feature for Folders in Windows XP
http://support.microsoft.com/?kbid=321379


Bruce Chambers

--
Help us help you:



You can have peace. Or you can have freedom. Don't ever count on
having both at once. -- RAH


Jeffrey Simon said:
Hello, I am a new user. I want to know how to print directory
listings off of CDs that I have when using Windows Explorer?
 
Back
Top