noxx Posted December 29, 2016 Share Posted December 29, 2016 Hello is it possible to add a Button to reboot the System ? Ive now some nodes, Windows, N64, Gamecube,.... I want to add a nodes "system" with "reboot", "shutdown",... regard Link to comment Share on other sites More sharing options...
DOS76 Posted December 29, 2016 Share Posted December 29, 2016 All of those options are already in BigBox you just escape once from the platform view and they are all listed Link to comment Share on other sites More sharing options...
noxx Posted December 29, 2016 Author Share Posted December 29, 2016 thx, i dont find this. i see only reboot or shutdown if i open the BigBox Menü with ESC on my Keyboard. Link to comment Share on other sites More sharing options...
DOS76 Posted December 29, 2016 Share Posted December 29, 2016 yeah that is where they are located if you set up the controller options you will be able to access it with a controller also. If you want to shutdown and reboot as a platform and not an option it could probably be done with an ahk script or a .bat but it isn't available out of the box. I honestly don't see this being added as a feature since it is redundant to the shutdown options already available but feel free to request it on the BitBucket page it can be found in the forum navigation list at the top of the page under issues/requests Link to comment Share on other sites More sharing options...
noxx Posted December 29, 2016 Author Share Posted December 29, 2016 i create now a Platform "system" and add a reboot and shutdown script. works but.BigBox have no Logo for system, can i add one? Link to comment Share on other sites More sharing options...
DOS76 Posted December 29, 2016 Share Posted December 29, 2016 (edited) Yes in your LB folder under images there should be a folder called System you would put it in the platform folder example ..\LaunchBox\Images\System\platform place your image there and if you have images for shutdown and reboot put them in the box front folder Edited December 29, 2016 by DOS76 1 Link to comment Share on other sites More sharing options...
DOS76 Posted December 29, 2016 Share Posted December 29, 2016 Feel free to share your scripts also in case other users might be interested in them Link to comment Share on other sites More sharing options...
noxx Posted December 30, 2016 Author Share Posted December 30, 2016 thx i added a platoform "system" and add two exe files for reboot and shutdown (autohotkey-script) System.zip Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 Windows has built-in command line for a shutdown and restart. You can also use simple batch files with the single command to shutdown or restart. Restart example on Win10: shutdown /r /t 0 Shutdown example: shutdown /s /t 0 You can add /f also if you want to force the shutdown/restart, killing any process that is not cooperating. shutdown /? will show you all the options, like a timer or other things if interested. Some version of Windows use a dash for the parameters instead of a slash. Check using the shutdown /? command Link to comment Share on other sites More sharing options...
ckp Posted January 1, 2017 Share Posted January 1, 2017 @noxx , one thing to note when using a platform(node) like "System" as you have done (I do it also but call it Tools), is that it will also show up in Attract mode, because you cannot exclude certain platforms(nodes) from Attract mode, unfortunately. Link to comment Share on other sites More sharing options...
Recommended Posts