/ Published in: Objective C
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#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]; }
URL: http://www.borkware.com/quickies/single?id=307