Re: Open a file when Application launch

2009-06-15 Thread Graham Cox
On 16/06/2009, at 4:09 AM, Greg Guerin wrote: 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? Th

Re: Open a file when Application launch

2009-06-15 Thread Greg Guerin
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 co

Open a file when Application launch

2009-06-15 Thread rethish
Hi, I need to open the saved project file which is stored in the document folder by using scheduling. 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