Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

spawning a new process within a script

Status
Not open for further replies.

jescat

Technical User
Jul 29, 2004
32
US
I would like to spawn a new process to run concurrently with the calling process within a script. If I simply call the process to run the parent process sleeps while the child process runs. However I would like them to run concurrently. Is there a way to do this.

Any assistance would be appreciated

Thanks
 
Sorry I got it!

Using "|&" will spawn a coprocess

JesCat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top