Running processes in the background
Operating system processes

Prev:Specifying a command
Next:Running hidden processes


By default, run-process waits for the process to complete. To run a process without waiting for it to finish, set the detached slot of a process, or use the following word:
run-detached ( desc -- process )