Re: Can't open remote script
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