Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Windows 64bit > printing the contents of a folder

Reply
Thread Tools

printing the contents of a folder

 
 
warpsix
Guest
Posts: n/a
 
      06-16-2005
Does anybody know how to print the contents of a folder using Windows XP
professional 64-bit edition. by the way it's a USB HP printer.
 
Reply With Quote
 
 
 
 
Andre Da Costa [Extended64]
Guest
Posts: n/a
 
      06-16-2005
Check this thread for a list of options could try:
http://www.windowsbbs.com/showthread.php?t=494
--
Andre
Extended64 | http://www.extended64.com
Blog | http://www.extended64.com/blogs/andre
http://spaces.msn.com/members/adacosta
FAQ for MS AntiSpy http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm

"warpsix" <nomail@home> wrote in message
news:%...
> Does anybody know how to print the contents of a folder using Windows XP
> professional 64-bit edition. by the way it's a USB HP printer.



 
Reply With Quote
 
 
 
 
=?Utf-8?B?SW50ZWxfRmFu?=
Guest
Posts: n/a
 
      06-17-2005
Thank you Andre, that web site was the ticket. A friend of mine has been
moaning about this for years (ever since fileman disappeared). I modified the
SendTo batch file mentioned on the page to save the directory list to a temp
file then print the temp file using notepad. Here is the text.

Dir %1 > %temp%\DirList.txt
%SystemRoot%\system32\notepad.exe /p %temp%\dirlist.txt
cls

Using notepad, save those three lines, in a file called "Directory
Printer.bat" (name is really irrelevant but it needs the .bat extension) in
your "SendTo" folder. After that you can right click any folder in any
windows browser and the select SendTo - Directory Printer. Obviously this
saves the text in a temp file but that could come in handy too.



"Andre Da Costa [Extended64]" wrote:

> Check this thread for a list of options could try:
> http://www.windowsbbs.com/showthread.php?t=494
> --
> Andre
> Extended64 | http://www.extended64.com
> Blog | http://www.extended64.com/blogs/andre
> http://spaces.msn.com/members/adacosta
> FAQ for MS AntiSpy http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm
>
> "warpsix" <nomail@home> wrote in message
> news:%...
> > Does anybody know how to print the contents of a folder using Windows XP
> > professional 64-bit edition. by the way it's a USB HP printer.

>
>
>

 
Reply With Quote
 
R. C. White
Guest
Posts: n/a
 
      06-17-2005
Hi, Fan.

You might also find this KB article interesting:
How to add the Print Directory feature for folders in Windows XP
http://support.microsoft.com/?kbid=321379

I haven't tried it in x64, but it should work. Let us know if you try it.

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP

"Intel_Fan" <> wrote in message
newsBF1AFE9-A3A2-462E-86C9-...
> Thank you Andre, that web site was the ticket. A friend of mine has been
> moaning about this for years (ever since fileman disappeared). I modified
> the
> SendTo batch file mentioned on the page to save the directory list to a
> temp
> file then print the temp file using notepad. Here is the text.
>
> Dir %1 > %temp%\DirList.txt
> %SystemRoot%\system32\notepad.exe /p %temp%\dirlist.txt
> cls
>
> Using notepad, save those three lines, in a file called "Directory
> Printer.bat" (name is really irrelevant but it needs the .bat extension)
> in
> your "SendTo" folder. After that you can right click any folder in any
> windows browser and the select SendTo - Directory Printer. Obviously this
> saves the text in a temp file but that could come in handy too.
>
>
>
> "Andre Da Costa [Extended64]" wrote:
>
>> Check this thread for a list of options could try:
>> http://www.windowsbbs.com/showthread.php?t=494
>> --
>> Andre
>> Extended64 | http://www.extended64.com
>> Blog | http://www.extended64.com/blogs/andre
>> http://spaces.msn.com/members/adacosta
>> FAQ for MS AntiSpy http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm
>>
>> "warpsix" <nomail@home> wrote in message
>> news:%...
>> > Does anybody know how to print the contents of a folder using Windows
>> > XP
>> > professional 64-bit edition. by the way it's a USB HP printer.



 
Reply With Quote
 
Charlie Russel - MVP
Guest
Posts: n/a
 
      06-17-2005
Adding it to send to is a nice touch. As for the temp file, it really
_should_ clean up after itself.

--
Charlie.

Intel_Fan wrote:
> Thank you Andre, that web site was the ticket. A friend of mine has
> been moaning about this for years (ever since fileman disappeared). I
> modified the SendTo batch file mentioned on the page to save the
> directory list to a temp file then print the temp file using notepad.
> Here is the text.
>
> Dir %1 > %temp%\DirList.txt
> %SystemRoot%\system32\notepad.exe /p %temp%\dirlist.txt
> cls
>
> Using notepad, save those three lines, in a file called "Directory
> Printer.bat" (name is really irrelevant but it needs the .bat
> extension) in your "SendTo" folder. After that you can right click
> any folder in any windows browser and the select SendTo - Directory
> Printer. Obviously this saves the text in a temp file but that could
> come in handy too.
>
>
>
> "Andre Da Costa [Extended64]" wrote:
>
>> Check this thread for a list of options could try:
>> http://www.windowsbbs.com/showthread.php?t=494
>> --
>> Andre
>> Extended64 | http://www.extended64.com
>> Blog | http://www.extended64.com/blogs/andre
>> http://spaces.msn.com/members/adacosta
>> FAQ for MS AntiSpy
>> http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm
>>
>> "warpsix" <nomail@home> wrote in message
>> news:%...
>>> Does anybody know how to print the contents of a folder using
>>> Windows XP professional 64-bit edition. by the way it's a USB HP
>>> printer.



 
Reply With Quote
 
Andre Da Costa [Extended64]
Guest
Posts: n/a
 
      06-17-2005
You are welcome
--
Andre
Extended64 | http://www.extended64.com
Blog | http://www.extended64.com/blogs/andre
http://spaces.msn.com/members/adacosta
FAQ for MS AntiSpy http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm

"Intel_Fan" <> wrote in message
newsBF1AFE9-A3A2-462E-86C9-...
> Thank you Andre, that web site was the ticket. A friend of mine has been
> moaning about this for years (ever since fileman disappeared). I modified
> the
> SendTo batch file mentioned on the page to save the directory list to a
> temp
> file then print the temp file using notepad. Here is the text.
>
> Dir %1 > %temp%\DirList.txt
> %SystemRoot%\system32\notepad.exe /p %temp%\dirlist.txt
> cls
>
> Using notepad, save those three lines, in a file called "Directory
> Printer.bat" (name is really irrelevant but it needs the .bat extension)
> in
> your "SendTo" folder. After that you can right click any folder in any
> windows browser and the select SendTo - Directory Printer. Obviously this
> saves the text in a temp file but that could come in handy too.
>
>
>
> "Andre Da Costa [Extended64]" wrote:
>
>> Check this thread for a list of options could try:
>> http://www.windowsbbs.com/showthread.php?t=494
>> --
>> Andre
>> Extended64 | http://www.extended64.com
>> Blog | http://www.extended64.com/blogs/andre
>> http://spaces.msn.com/members/adacosta
>> FAQ for MS AntiSpy http://www.geocities.com/marfer_mvp/FAQ_MSantispy.htm
>>
>> "warpsix" <nomail@home> wrote in message
>> news:%...
>> > Does anybody know how to print the contents of a folder using Windows
>> > XP
>> > professional 64-bit edition. by the way it's a USB HP printer.

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?SW50ZWxfRmFu?=
Guest
Posts: n/a
 
      06-17-2005
Ok, same thing with an extra line to delete the temp file.

Dir %1 > %temp%\DirList.txt
%SystemRoot%\system32\notepad.exe /p %temp%\dirlist.txt
del %temp%\DirList.txt
cls



"Charlie Russel - MVP" wrote:

> Adding it to send to is a nice touch. As for the temp file, it really
> _should_ clean up after itself.
>
> --
> Charlie.
>
> Intel_Fan wrote:
> > Thank you Andre, that web site was the ticket. A friend of mine has
> > been moaning about this for years (ever since fileman disappeared). I
> > modified the SendTo batch file mentioned on the page to save the
> > directory list to a temp file then print the temp file using notepad.
> > Here is the text.
> >
> > Dir %1 > %temp%\DirList.txt
> > %SystemRoot%\system32\notepad.exe /p %temp%\dirlist.txt
> > cls
> >
> > Using notepad, save those three lines, in a file called "Directory
> > Printer.bat" (name is really irrelevant but it needs the .bat
> > extension) in your "SendTo" folder. After that you can right click
> > any folder in any windows browser and the select SendTo - Directory
> > Printer. Obviously this saves the text in a temp file but that could
> > come in handy too.

 
Reply With Quote
 
Charlie Russel - MVP
Guest
Posts: n/a
 
      06-17-2005


--
Charlie.

Intel_Fan wrote:
> Ok, same thing with an extra line to delete the temp file.
>
> Dir %1 > %temp%\DirList.txt
> %SystemRoot%\system32\notepad.exe /p %temp%\dirlist.txt
> del %temp%\DirList.txt
> cls
>
>
>
> "Charlie Russel - MVP" wrote:
>
>> Adding it to send to is a nice touch. As for the temp file, it really
>> _should_ clean up after itself.
>>
>> --
>> Charlie.
>>
>> Intel_Fan wrote:
>>> Thank you Andre, that web site was the ticket. A friend of mine has
>>> been moaning about this for years (ever since fileman disappeared).
>>> I modified the SendTo batch file mentioned on the page to save the
>>> directory list to a temp file then print the temp file using
>>> notepad. Here is the text.
>>>
>>> Dir %1 > %temp%\DirList.txt
>>> %SystemRoot%\system32\notepad.exe /p %temp%\dirlist.txt
>>> cls
>>>
>>> Using notepad, save those three lines, in a file called "Directory
>>> Printer.bat" (name is really irrelevant but it needs the .bat
>>> extension) in your "SendTo" folder. After that you can right click
>>> any folder in any windows browser and the select SendTo - Directory
>>> Printer. Obviously this saves the text in a temp file but that could
>>> come in handy too.



 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing folder contents Pompeyİ Computer Support 7 07-23-2010 11:00 AM
Printing Folder Contents Mingus Computer Support 2 03-23-2005 07:38 PM
Printing Folder Contents Mingus Computer Support 3 03-23-2005 12:41 AM
Printing Folder Contents Mingus Computer Support 4 03-22-2005 11:05 PM
Printing Folder Contents °Mike° Computer Support 4 07-05-2004 07:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57