Rev to launch AppleScript to launch .app
Ken Ray
kray at sonsothunder.com
Thu Jul 3 12:41:00 EDT 2003
You need to do two things:
1) Convert the path to ":" delimited
2) Provide the full path
That should work...
Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
> From: RGould8 at aol.com
> Reply-To: use-revolution at lists.runrev.com
> Date: Thu, 3 Jul 2003 11:48:26 EDT
> To: use-revolution at lists.runrev.com
> Subject: Rev to launch AppleScript to launch .app
>
> Can anyone tell me what I might be doing wrong here with my file-path that
> I'm passing to Applescript via Revolution, to launch an .app file that's
> contained within my Revolution /Contents/Resources/ directory?
>
> tell application "Finder"
> open
> "/Users/administrator/Desktop/PPPoE_Connector.app/Contents/Resources/PPPSetup.
> app"
> end tell
>
> I've verified my paths, and the PPPSetup.app file is definetely there.
> Anyone know if Applescript's "start of the path" is really at the "Users"
> level -
> - - that's the only thing I can think of that might be wrong. Any
> suggestions are greatly appreciated.
>
More information about the use-livecode
mailing list