ShellSpawn

Help Contents Communication Receivers ShellSpawn
Shell Terminal Access

ShellSpawn command


runs "command" as a shell command but unlike shell does not collect the output and does not wait for the operation to complete.

Example:

make "WebBrowser   "|C:\\Progra\~1\\Intern\~1\\iexplore|
;	make "WebBrowser   "|C:\\bin\\netscape\\program\\netscape.exe|	;as another example
make "HTMLHelpDir   "C:\\aUCBLogo\\help

if not shellspawn (list (word :WebBrowser "| | :HTMLHelpDir "\\ "index.frame.html))
[	pr [File Not Found]
]

References:

Shell Terminal Access