[Request] List with search commands

Any other tech-related topics
Post Reply
Message
Author
User avatar
joby_toss
Posts: 2971
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

[Request] List with search commands

#1 Post by joby_toss »

Hi guys!

Where can I find a list with many search commands like

Code: Select all

http://www.google.com/search?q=
is for Google ?

I'd like to add as many as I can in my ARB script for PowerPro so I can avoid using something like Launchy or FARR.

I managed to add commands for IMDB, Wikipedia, PortableFreeware, even a search command for Locate32 that looks like this:

Code: Select all

@l32

; The l32 alias performs a Locate32 search in the default database on the text specified after it.

	Do(?"C:\FILES\locate32\locate32.exe", ?"-r"  ++ ReplaceChars(Arg(1), ?" "), ?"C:\FILES\locate32")
	Quit
Thanks!

Post Reply