Hi folks. I'm familiar with command:
But as my program runs in windowed mode people can press the small X on top right corner to close the window and then my program won't open a new internet window.
Is it possible to launch web browser also when user clicks that small X to close the window?
Exec "www.google.com"
But as my program runs in windowed mode people can press the small X on top right corner to close the window and then my program won't open a new internet window.
Is it possible to launch web browser also when user clicks that small X to close the window?