< Futurebasic < Language < Reference
Syntax
RUN
path$ [,refNum% [,dirID&]]
Description
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
Inside Macintosh: Processes
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.