Hi,
I am trying the following script:
showmessagebox "Instaltie completed. System will reboot" NO_TIMER 5
if %ShowMessageBoxReturn% = IDOK goto Reboot
:Reboot
reset /s
Unfortunately the reboot starts right away and does NOT wait for me to press the OK button. Any idea how to fix this?
I am using SOTI 15.2 and these are scripts for Android Enterprise devices.