• 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 parameters to a remote applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sending parameters to a remote applescript


  • Subject: Re: Sending parameters to a remote applescript
  • From: Andy Wylie <email@hidden>
  • Date: Tue, 31 Dec 2002 10:46:38 +1300

on Mon, 30 Dec 2002 15:32:34 -0600 Jerry Podhajsky wrote:

>3 - the results works fine - however it ends up beeping on my local
>machine - and I was wondering how you could make the remote machine
>actually
>beep instead of my local machine?
>-----------------------------
>I don't have my code in front of me, but I called the remote script
>using a network address of eppc://192.168.2.8/beeper (or something like
>that...I got this through searching the web trying to find a solution to
>this issue).
>
>If I remember tonight, I'll post the entire calling script to the list.
>Its just a few lines.

try...

run script alias "eppc://192.168.2.8/beeper" with parameters {3}
--beeper
on run (x)
beep x
end
_____________________________ Andy
_______________________________________________
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.

  • Prev by Date: Re: Sending parameters to a remote applescript
  • Next by Date: Help with Quark 5.0
  • Previous by thread: Re: Sending parameters to a remote applescript
  • Next by thread: Basic instinct
  • Index(es):
    • Date
    • Thread