Re: sending text to printer
Re: sending text to printer
- Subject: Re: sending text to printer
- From: Deivy Petrescu <email@hidden>
- Date: Fri, 13 Jun 2003 12:02:23 -0400
On Friday, Jun 13, 2003, at 05:17 US/Eastern, Gerald Dietze wrote:
Hi,
does anyone of you know an AppleScript command to send a character
string
to a printer queue?
Regards,
Gerald
This is the unix command:
lpr DESCRIPTION
lpr submits files for printing. Files named on the command
line are sent to the named printer (or the system default
destination if no destination is specified). If no files
are listed on the command-line lpr reads the print file
from the standard input.
If you want AppleScript, this should do it
<untested script>
do shell script " lpr a"
</untested script>
Regards
Deivy Petrescu
http://www.dicas.com/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.