restart app
in
Programming Questions
•
11 months ago
Hi all,
Im trying to get a processing way to restart my app every time that freeze but its not working.
Heres my example...
I exported this as a restart.app
if (keyPressed == true){
open("Desktop/restart/restart/restart.app");
exit();
}
so, everytime that I run the app the , should open a new app and close the other one. Or Im thinking wrong?
1