Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 11-10-2009, 07:50 AM
shelly green
Newsgroup Contributor
 
Posts: n/a
Print folder contents - PLEASE HELP

I'm wondering if I am able to print just the names of the documents in a
certain folder. There are over 700 documents of various types (Word, pdf)
and I would like to print out a list of them, but I don't want to print the
documents themselves. Does anyone know how this can be done? Using XP
Professional....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 11-10-2009, 07:50 AM
  #2 (permalink)  
Old 11-10-2009, 08:10 AM
Tim Rude
Newsgroup Contributor
 
Posts: n/a
Re: Print folder contents - PLEASE HELP

Try this:

http://www.lmgtfy.com/?&q=print+dire...isting+windows


"shelly green" <shellygreen@discussions.microsoft.com> wrote in message
news:B46B8A5E-8FA7-4682-97AC-DFAE625030E1@microsoft.com...
> I'm wondering if I am able to print just the names of the documents in a
> certain folder. There are over 700 documents of various types (Word, pdf)
> and I would like to print out a list of them, but I don't want to print
> the
> documents themselves. Does anyone know how this can be done? Using XP
> Professional....



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 11-10-2009, 08:10 AM
Bob
Newsgroup Contributor
 
Posts: n/a
Re: Print folder contents - PLEASE HELP


Copy and paste from Windows XP Pro's command prompt straight to the
Clipboard

http://blogs.techrepublic.com.com/wi...windows/?p=521


"shelly green" <shellygreen@discussions.microsoft.com> wrote in message
news:B46B8A5E-8FA7-4682-97AC-DFAE625030E1@microsoft.com...
> I'm wondering if I am able to print just the names of the documents in a
> certain folder. There are over 700 documents of various types (Word, pdf)
> and I would like to print out a list of them, but I don't want to print
> the
> documents themselves. Does anyone know how this can be done? Using XP
> Professional....


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 11-10-2009, 08:20 AM
John John - MVP
Newsgroup Contributor
 
Posts: n/a
Re: Print folder contents - PLEASE HELP

Yes, this is pretty easy.

You can use third party utilities like Karen's Directory Printer:
http://www.karenware.com/powertools/ptdirprn.asp

Or you can add the Print Directory feature to the right click menu:

http://support.microsoft.com/kb/321379
How to add the Print Directory feature for folders in Windows XP and in
Windows Vista

Or you can simply use the dir command at a Command Prompt and redirect
the output of the command to a .txt file then open the file with Notepad
to print it. At a command prompt you can issue a similar type of command:

dir /b "c:\folder name" >c:\filename.txt

The output of the command is now in the filename.txt file. If there are
spaces in the directory name you must use quotation marks as shown
above. You can also easily send the output of the command directly to
an LPT printer but if you are using USB multifunction printer sending
directly to the printer is a bit more complicated, so just sending the
output to a file is faster and easier.

John

shelly green wrote:
> I'm wondering if I am able to print just the names of the documents in a
> certain folder. There are over 700 documents of various types (Word, pdf)
> and I would like to print out a list of them, but I don't want to print the
> documents themselves. Does anyone know how this can be done? Using XP
> Professional....

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 11-10-2009, 08:20 AM
Pegasus [MVP]
Newsgroup Contributor
 
Posts: n/a
Re: Print folder contents - PLEASE HELP


"shelly green" <shellygreen@discussions.microsoft.com> wrote in message
news:B46B8A5E-8FA7-4682-97AC-DFAE625030E1@microsoft.com...
> I'm wondering if I am able to print just the names of the documents in a
> certain folder. There are over 700 documents of various types (Word, pdf)
> and I would like to print out a list of them, but I don't want to print
> the
> documents themselves. Does anyone know how this can be done? Using XP
> Professional....


Try this:
1. Modify the following *single* line by spelling out the correct folder
name. Use notepad or MS Word to unwrap the line if it wraps around.
cmd /c dir /on /b "c:\documents and settings\shelly\my documents" >
c:\dir.txt & notepad c:\dir.txt
2. Mark the whole line with your mouse.
3. Press Ctrl+C.
4. Click Start, then Run.
5. Press Ctrl+V.
6. Click OK
You will now have a screen with an alphabetically sorted list in front of
you.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 11-10-2009, 12:00 PM
Ken Blake, MVP
Newsgroup Contributor
 
Posts: n/a
Re: Print folder contents - PLEASE HELP

On Tue, 10 Nov 2009 07:47:02 -0800, shelly green
<shellygreen@discussions.microsoft.com> wrote:

> I'm wondering if I am able to print just the names of the documents in a
> certain folder. There are over 700 documents of various types (Word, pdf)
> and I would like to print out a list of them, but I don't want to print the
> documents themselves. Does anyone know how this can be done? Using XP
> Professional....




Here are four ways:

1. Go to a command prompt and issue the command

dir [drive:folder] > c:\tempfilename (you can use any name and put it
in any folder you want)

Then open notepad, open tempfilename, and print it from there.

2. Write (for example in Notepad) a 1-line text file:
DIR %1 /O >LPT1:

Save it as "printdir.bat" in the "Send To" folder.

Then, to print list of files in any folder, right-click that folder
and select Send to | printdir.bat

To include subfolders, change the comand to DIR %1 /O/S >LPT1:

3. Go to
http://support.microsoft.com/default...;EN-US;Q321379 and
follow the instructions there.

4. Download and use any of the several freeware/shareware utilities
that can do this, such as the popular
http://www.karenware.com/powertools/ptdirprn.asp

--
Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
Please Reply to the Newsgroup
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to print contents of a nested multilevel folder PT Windows XP 19 04-14-2009 07:40 PM
Print Folder Contents JamesJ Windows Vista 8 03-24-2009 03:56 AM
Can't see network drive contents or print after hibernation. bguill00 Windows XP 1 03-05-2008 11:40 AM
i cannot see the contents of folder amnadaf@rediffmail.com Windows XP 1 04-04-2007 07:45 AM
I quessed that the All User folder contents would show in each user's folder. Franky Windows XP 3 01-04-2007 06:44 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 01:38 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0