Consultor Eletrônico



Kbase P4464: Running .BAT File Via OS-COMMAND Does Not Create Detached Process
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

Windows 2000

SYMPTOM(s):

Running .BAT file which invokes Progress in batch

Progress waits until batch mode session finishes before it continues

CHANGE:

Moved from Windows 95 to Windows 2000

CAUSE:

The OS-COMMAND statement which is invoking the .BAT file is not using the NO-WAIT option

FIX:

Change the code so that it uses the NO-WAIT option (as follows):

OS-COMMAND SILENT NO-WAIT <Your Command Goes Here>