Hi All
Would anybody know how i can run the sudo command from within construct 3
or how i can forward the command from construct 3 to the terminal
sudo reboot
if i can get this command to work i can get my other commands to work
thankyou
Develop games in your browser. Powerful, performant & highly capable.
You can run commands in NWJS. Not sure about sudo, but things like this work in windows:
NWJS Run "start dir"
This will open a CMD window and execute dir command in it.
Hi
Im actually trying to get the Sudo reboot command to work in a linux
box,
would anyone know how to get the sudo reboot command to work using
construct 3 in linux desktop
Have you tried "NWJS Run" action?