Hi.
Not sure why/how showing messages on tc52x is not working.
This works:
showmessagebox "Your device IP address is %IP%"
This does not:
set Project=TestV2.0.1.6
showmessagebox "Installed Project: %Project%"
Result: Installed Project: %Project%
I am on MobiControl 15.5
15.5 Help Link doesn't seem to help much...
Help show example for user responses but yet it doesn't work:
To provide followup actions to a user response to message box:
showmessagebox "Abort the operation?" NO_TIMER 2 YES
if %ShowMessageBoxReturn% == IDYES goto Exit
1. How do I display a dynamic message (using variables)?
2. How would I get user input if "It cannot return the user response" (from the help)
Thanks.