Hello,
i have tried to send a message to my android devices, in order to let the user make a decision:
showmessagebox "Is this okay for you?" NO_TIMER 2 NO
if %ShowMessageBoxReturn% == IDYES goto "SCRIPT "else goto EXIT
I want to start a script, if the user clicks YES - if the user clicks NO it should go to EXIT.
Is this possible?
Thanks