It acted as it was supposed to in the remove _DONTWAIT try. Without _DONTWAIT, the app was waiting not just for Firefox to start, but to close. By having the first _EXIT, which you don't need, btw, it made it impossible to shut that window with the "x". I don't know why in Linux the window took on an unresponsive appearance. In Windows, it would jut wait until you closed Firefox.
Hey guys, here is another one for the books...
SHELL "Notepad" ' Waits for notepad to close before the calling window ends.
SHELL "Start Notepad" ' Doesn't wait!
Pete
Hey guys, here is another one for the books...
SHELL "Notepad" ' Waits for notepad to close before the calling window ends.
SHELL "Start Notepad" ' Doesn't wait!
Pete