O.P. RE: [BETA] MultiSearch v0.5
Exactly what I thought, but when you pass the Url with Shell.Run it opens as if it were a .url, that means, at least in my case, that it opens in an existing Browser window. When you do a multiple search, all engines will use one window, leaving the previous engine behind, at the end you will have only one engine left
Try this code:
Shell.run("http://www.google.com")
Shell.run("http://www.altavista.com")
It will open a new window with google, and altavista will open in the newly created window, discarding the google page...
Browser check is necisary, or whatever way you may write that word
|