Skip to main content

Executing Multiple Batch Refresh Process Scripts for Enterprise Analyzer

  • June 28, 2016
  • 0 replies
  • 0 views

Chris Glazier
Forum|alt.badge.img+2

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

0 replies

Be the first to reply!