Consultor Eletrônico



Kbase P15162: How to create a batch process in order to start multiple local brokers?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/5/2004
Status: Verified

GOAL:

How to create a batch process in order to start multiple local brokers?

GOAL:

How to create a background process so that multiple local brokers can be started?

GOAL:

How to create a batch job so that multiple local brokers can be controlled?

FACT(s) (Environment):

Progress 9.1x

FACT(s) (Environment):

WebSpeed 3.1x

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000

FIX:

Start each script from %DLC%\bin with %ComSpec% /C.

Example:
rem myscript.bat starts here
%ComSpec% /C nsman -name NS1 -start
%ComSpec% /C wtbman -name wsbroker1 -start
%ComSpec% /C asbman -name asbroker1 -start
rem myscript.bat ends here