Consultor Eletrônico



Kbase P41160: How to use -b on Unix to return immediately to the command prompt
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How to use -b on Unix to return immediately to the command prompt

FACT(s) (Environment):

UNIX

FIX:

To start a process from shell prompt and immediately return to the command prompt, you need to change the method of launching your batch process to incorporate the Unix & sign. The & sign starts a separate background process
to run a specified program and return any output to the

Example:

_progres -b -p myprog.p &