• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: sending text to printer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >sending text to printer (From: Gerald Dietze <email@hidden>)

  • Prev by Date: Re: Name Conflicts
  • Next by Date: Re: What happened to delimiters?
  • Previous by thread: sending text to printer
  • Next by thread: Disabling Music Store from iTunes
  • Index(es):
    • Date
    • Thread