Run
QUIET/S,COMMAND/F
C:
Run a program, that is start a program as a background process. That means it doesn't take over the parent shell.
QUIET -- avoids printing of the background CLI's number COMMAND -- the program to run together with its arguments
To make it possible to close the current shell, redirect the output using Run >NIL: program arguments