Futurebasic/Language/Reference/run

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Syntax[edit | edit source]

RUN

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

Description[edit | edit source]

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 | edit source]

Inside Macintosh: Processes