starting a process on OS X

Scott Rossi scott at tactilemedia.com
Wed Sep 3 11:45:01 EDT 2003


Recently, "Dar Scott"  wrote:

> I'm trying to start a process on OS X.
> 
> I think 'open process ... for neither' is out; it returns an error
> code.  (The 'open process' is not ready on OS X.)

The following works for me...

on mouseUp
  answer file "Locate app:"
  if it is empty then exit mouseUp
  open process it for neither
end mouseUp

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com




More information about the use-livecode mailing list