The problem this causes, is that the browser hangs forever, waiting for the CLI script to hault execution and return something...
Is there anyway I can get around this caveat - without resorting to process control extensions???
p.s-I have already tried using a trailing '&' to force the process into the background. This doesn't do the trick!!!
p.s.s-I should note that I don't want to use process control extensions because they are not available on Windows and likely never will be. So no command line hacks in forcing the script into daemon mode or anything.
p.s.s.s-I am already considering using Javascript to get around this little annoyance.
Cheers