: pid = spawn(command, args)

Start the program command on Unix or Windows systems and return it’s pid

args arguments passed to the program as a cell array of char strings

pid = spawn("ls", {"-lhF","."});
status = spawn_wait(pid);

Package: mboct-octave-pkg