screenprint

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

Guest

I want to print my list of files and would normallyuse shift and print screen but that does not seem to work. Any ideas plse.
 
In XP the Print Screen key doesn't send the image directly to the printer,
it puts it on Clipboard. After you push the Print Screen button open Word,
Paint or WordPad and then Paste. Then you can edit (if needed) and print
your image.

--
Steve C. Ray

Twinkle said:
I want to print my list of files and would normallyuse shift and print
screen but that does not seem to work. Any ideas plse.
 
I had the same problem. Download a program called CAPTURE; it is a
screencapturing program that works alot better than alt and print. Not only
that, you can adjust and work on the format with any pic management program.

Earl

Twinkle said:
I want to print my list of files and would normallyuse shift and print
screen but that does not seem to work. Any ideas plse.
 
In
Twinkle said:
I want to print my list of files and would normallyuse shift and
print screen but that does not seem to work. Any ideas plse.


Here are three ways:

1. Go to a command prompt and issue the command

dir [drive:folder] > prn

If that doesn't work, your printer may not be connected to prn.
In that case issue this command instead:

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. Go to
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321379
and follow the instructions there.


3. 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


As far as PrintScrn is concerned, it isn't really suitable for
printing lists of files, since the list is often longer than fits
on the screen. However, read the following for more info about
PrintScrn:

Back in the days of DOS, the PrintScrn key used to print the
screen. But in all versions of Windows, this works differently,
and the name of the key is now an anachronism.

To use the key, press it to capture an image of the entire
screen, or press alt-PrintScrn to capture an image of the active
window. Either one captures the image to the Windows clipboard.
Once it's in the clipboard you can paste (Ctrl-V) it into any
application that supports graphics (Windows Paint, other graphics
programs, even your favorite word processor). You can edit or add
to the image as you wish, then print it.

This ability to manipulate the image in a program before printing
it is an improvement over the original DOS method of just
printing it. But if you'd like that old facility back, there are
several third-party freeware/shareware programs that can do this.
 
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

Pressing the <PrtScn> key copies the entire display to the
clipboard. Pressing <ALT>+<PrtScn> copies only the active Window to
the clipboard (iow, into RAM). To view the screen capture, open a
graphics program, such as MS Paint, and press <CTRL>+V. This will
paste the contents of the clipboard (your screenshot) into the open
file, and allow you to view it or save it as a file for later use.

How to Capture Screen Shots in Windows Using the Print Screen Key
http://support.microsoft.com/search/preview.aspx?PR=1&scid=kb;en-us;Q173884


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


Twinkle said:
I want to print my list of files and would normallyuse shift and
print screen but that does not seem to work. Any ideas plse.
 
Back
Top