« Back to CVP - All Versions

Force updateApp.bat to exit

Combination View Flat View Tree View
Threads [ Previous | Next ]
Force updateApp.bat to exit
call studio cvp application deployment
Answer
8/3/12 4:34 PM
I am using some automated scripts I have created with in git-scm to deploy all my applications. As a result of that, when updateApp.bat does not exit becuase it is waiting for all of the old sessions of the script to complete, my automation does not work for sometimes.
 
Does anyone know if there is a way to make updateApp.bat exit even if there is still old versions of the script running? I don't mind seeing the message that tells me how many callers are using the old configuration, I just need it to exit after that.

Hi Asher,

when you use the updateApp.bat command, add the word 'noconfirm' and/or the word 'nocountdown' - the nocountdown does exactly what you are looking for.

eg. updateApp.bat nocountdown noconfirm

Thanks Janine, that does exactly what I was looking for. I was already using noconfirm, just needed this one to make it work perfectly.