Problem:
User wishes to perform multiple Batch Refresh Process (BRP) scripts in serial order. The intent is that the first script would complete before the second script would start execution.
Resolution:
User can use "start /wait" when running multiple BRP scripts. This will ensure that the following scripts would not execute until the first one is completed.
Example:
start /wait Brave.exe “..\\Scripts\\BRP\\ClipperSearch.bj”
start /wait Brave.exe “..\\Scripts\\BRP\\ClipperDetail.bj”
#batchscripts
#EnterpriseAnalyzer
#SupportTip
#BatchRefreshProcess
