View Full Version : Print
loicromer
07-04-2001, 04:41 PM
I was wondering if it was possible of printing out a message out of the printer of the person who opens the script. Ive tried to do wshshell.sendkeys "%P" why doesnt my way work nd what way could make it work.
<P ID="edit"><FONT class="small">Edited by loicromer on 07/04/01 14:24.</FONT></P>
RWSchlatter
07-05-2001, 04:36 AM
"...if it was possible of printing out a message out of the printer ...
in Windows you cannot send text directly to the printer. You need to prepare the message within some application (eg Notepad) and then send it to the printer.
"...Ive tried to do ..."
the "%" stands for Alt, not Ctrl (use the carret ^). This will activate the Print dialog in most applications. But you need to know how the addressed application works.
______________
Regards - Richard
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.