Is there a more comfortable way except typing time manually via variables? Something like copying actual time and a variable that add x minutes to actual time so that will be the shutdown time?
Set var = {dlgchoose|Wann soll der Computer heruntergefahren werden?|5 Min.=300+10 Min.=600+15 Min.=900+30 Min.=1800+45 Min.=2700+60 Min.=3600}
Close SYSTEM SHUTDOWN IN $var
There's no confirmation window for Close even when I set the time manually for $var. Any ideas?