PreviousNext

Spawning Subprocesses

Using subprocesses to execute commands offers several convenient solutions to some complex scripting or special administrative needs. Subprocesses can provide:

· access to operating system commands

· a way to establish synchronous, orderly execution

· ways to streamline complex or sophisticated scripts.

More:

Running Operating System Commands from a Script