Futurebasic/Language/Reference/run

Syntax edit

RUN

path$ [,refNum% [,dirID&]]

Description edit

This statement launches the application specified by path$, refNum% and dirID&, and puts it into the foreground, making it the active process. The program that launched the application does not quit, but is put into the background. See Appendix A: Specifying Files and Directories, to see how the path$, refNum% and dirID& parameters are interpreted.

See Also edit

Inside Macintosh: Processes