sheduler command's

patrick.de-bruyn

Active member
we have sheduler command's for reboot PC, shut down PC etc
My question is there a command to close the radioboss with the scheduler ?
 
we have sheduler command's for reboot PC, shut down PC etc
My question is there a command to close the radioboss with the scheduler ?
There's no such a command. I also don't recall the reason why the reboot and other commands were added - those existed from the very first days but I don't see any real usage for those :)
 
There's no such a command. I also don't recall the reason why the reboot and other commands were added - those existed from the very first days but I don't see any real usage for those :)
in the radio where I broadcast these commands are used more often.
Please do not delete these commands
 
They are not going to be removed.
About a command to close RadioBOSS - what's the use for it?
If the RadioBOSS is to be closed and the computer must continue to run so that, for example, a server continues to work.
But I have already found a method.
I do it with a batch file with the command: taskkill /im radioboss.exe
This file with run command run in the scheduler
 
If the RadioBOSS is to be closed and the computer must continue to run so that, for example, a server continues to work.
But I have already found a method.
I do it with a batch file with the command: taskkill /im radioboss.exe
But how RadioBOSS is then reopened?

Taskkill solution is not a good one, I suppose it forcibly closes RadioBOSS so some settings may not be saved.
 
But how RadioBOSS is then reopened?

Taskkill solution is not a good one, I suppose it forcibly closes RadioBOSS so some settings may not be saved.
taskkill without /f sends a WM_CLOSE message to the process, just like a click on the X in the upper right corner of the window would do.
This gives the process itself a chance to clean up and close like it normaly does
 
Back
Top