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: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > Date: Thu, 3 Jul 2003 11:48:26 EDT > To: [EMAIL PROTECTED] > 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. > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
