ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Advanced Aliases

(1/1)

dewin:
You can now specify multiple programs to launch within one alias by separating them with ;;;
--- End quote ---
How would the syntax look, AND can this be used for web-searches too?
One search term launching multiple searches in different tabs.


Example imgx searches:
http://www.picsearch.com/search.cgi?q=
--- End quote ---
and
http://images.google.com/images?q=
--- End quote ---

ewemoa:
You can now specify multiple programs to launch within one alias by separating them with ;;;
--- End quote ---
How would the syntax look
-dewin (September 03, 2012, 08:59 PM)
--- End quote ---

As an example, made an alias with the following in the "Result(s)" field:


--- ---"c:\Program Files\Internet Explorer\iexplore.exe" http://reddit.com;;;"c:\Program Files\Internet Explorer\iexplore.exe" https://donationcoder.com

It brought up two IE windows here.  When I tried with Firefox, I got two tabs.

mouser:
To be more specific to your inquiry, try this:


To use it, type something like:

--- ---des mouserto open two web pages at the same time which perform the searches at the different sites.


You can import this into your aliases by going to the myaliases.alias alias and right clicking and choosing import, and then pasting:

--- ---1000>>>des>->http://www.picsearch.com/search.cgi?q=$$u1;;;http://images.google.com/images?q=$$u1>+>^des (.*)$

Notes:

* We could have used $$1 instead of $$u1, but $$u1 will do some replacements that are useful in some browser urls (like spaces into +).
* In ewemoa's example he specified the explicit path to internet explorer, but you can leave that out if you want default browser to be used.

dewin:
Awesome, thanks guys!  :Thmbsup:
I'll probably edit my aliases manually, as I got a few multisearches.

<AliasEntry>
        <AliasText>xpic</AliasText>
        <Score>1000</Score>
        <Regex>^xpic(.*)$</Regex>
        <Results>
            <Result>http://images.google.com/images?q=$$u1;;;http://www.webshots.com/search?query=$$u1</Result>
        </Results>
    </AliasEntry>
--- End quote ---

Navigation

[0] Message Index

Go to full version