I see dopus has a command to shutdown at a specfied time. Is there anyway to have a user input a value then the value passed to this command?
many thanks :
I see dopus has a command to shutdown at a specfied time. Is there anyway to have a user input a value then the value passed to this command?
many thanks :
You can use {dlgstring} to prompt for a string. For example:
Close SYSTEM=shutdown AT {dlgstring|Enter shutdown time|04:00}
thank you