• 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: Can't open remote script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't open remote script


  • Subject: Re: Can't open remote script
  • From: kai <email@hidden>
  • Date: Wed, 24 Nov 2004 00:02:31 +0000


On Tue, 23 Nov 2004 16:41:32 +0100, Frank Renner wrote:

I wrote a little AppleScript that remotely shuts down and restarts an
application on another machine. After not using it for a while, I can't open
it with ScriptEditor any more because it seems Editor is searching for the
remote services (hard coded IP number) for performing it's syntax checks and
validating the script on opening it...forever (spinwheel).


Any hints what to do?

Assuming your script wasn't saved as a run-only app, you might try running something like this (one line - watch for wraps):


----------------

tell application "Script Editor" to set (make new document at end)'s text to (load script (choose file of type {"osas", "APPL"})) as string

----------------

This should place uncompiled text from a chosen script in a new Script Editor document, so that you can fix the IP problem before compiling...

---
kai

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: re: Filemaker Deleting Portal Rows (Dave Bevis)
  • Next by Date: CRON
  • Previous by thread: Re: Can't open remote script
  • Next by thread: browser neutral javascript from applescript?
  • Index(es):
    • Date
    • Thread