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
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.