Re: Open a file when Application launch
Re: Open a file when Application launch
- Subject: Re: Open a file when Application launch
- From: Greg Guerin <email@hidden>
- Date: Mon, 15 Jun 2009 11:09:37 -0700
rethish wrote:
I created a plist file to launch my application at the scheduled
time and
and its working well. But I need to load the saved project file,
when the
application launches.
How can I do it?
What are the procedures to do it?
This isn't a Cocoa question.
Example of a shell command-line (caution, may be line-wrapped by mail).
/usr/bin/osascript -e 'tell app "Xcode" to open Posix file "/usr/
include/assert.h"'
Change the app name and the file's pathname to suit.
-- GG
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden