/ Published in: Objective C
URL: http://www.borkware.com/quickies/single?id=307
Expand |
Embed | Plain Text
#define runScriptName @"checknewnow" #define runScriptType @"scpt" - (IBAction)runScript:(id)sender { /* Locate that darn thing*/ pathForResource: runScriptName ofType: runScriptType]; initWithContentsOfURL: scriptURL error: nil]; [as executeAndReturnError: NULL]; [as release]; }
You need to login to post a comment.
