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

List of commandline tools that works well with Farr

(1/3) > >>

kartal:
Here are the ones I use with Farr daily


Sendemail http://caspian.dotconf.net/menu/Software/SendEmail/

Scanfs (file search, grep) http://www.saleensoftware.com/ScanFS.aspx

Quick shutdown http://www.winutility.com/qsd/

1Time (timer countdown) http://www.download3000.com/download_46.html

Aliases

scanfs-grep
1000>>>grep>->grep $$1 $$2 | E:\Program Files (x86)\Saleen Software\scanfs.exe /path=$$1 /contents="$$2">+>^grep (\S*) (.*)

scanfs-file search
1000>>>scanfs>->scanfs $$1 $$2 | E:\Program Files (x86)\Saleen Software\scanfs.exe path=$$1 file=$$2>+>^scanfs (\S*) (.*)

1 time countdown
1000>>>countdown>->countdown $$1 | "PATH TO/1Time.exe" /t00:$$1:00 /n /s>+>^countdown (.*)

sendemail (my favorite)
1000>>>sendmail>->sendmail $$1 $$2| PATH TO/sendEmail.exe -s smtp-server -xu username -xp password -t "$$1" -u "$$2" -f email adress>+>^sendmail (\S*) (.*)




nitrix-ud:
nice list  :Thmbsup:

i use :

autohotkey : http://www.autohotkey.com

curl : http://curl.haxx.se/

imagemagick : http://www.imagemagick.org/script/index.php


...don't really know if they work well, since i add (most of the time) an autohotkey layer  :-[

TucknDar:
Cool thread, but even cooler with a little example of what can be done with each of these tools. Either a downloadable alias file or just a snippet of code would be excellent. I've only just looked into creating my own alias' and using commandline tools, so some examples would be VERY helpful!

Perry Mowbray:
Cool thread, but even cooler with a little example of what can be done with each of these tools. Either a downloadable alias file or just a snippet of code would be excellent. I've only just looked into creating my own alias' and using commandline tools, so some examples would be VERY helpful!
-TucknDar (May 30, 2008, 08:15 AM)
--- End quote ---

Bring on the Wiki!!  :D

Each page could have the link to the command, the description, the example, the alias to download.

nitrix-ud:
Cool thread, but even cooler with a little example of what can be done with each of these tools. Either a downloadable alias file or just a snippet of code would be excellent. I've only just looked into creating my own alias' and using commandline tools, so some examples would be VERY helpful!
--- End quote ---

most of mine a quite complex... (not one-liner)

but here is one i love for CCleaner :
^cc$

--- ---CCleaner | "C:\Program Files\CCleaner\CCleaner.exe" /AUTO
just type cc then enter ... it cleans your browser cache, etc.

use it maybe 50 times a day


and see this one for del.ico.us post :
https://www.donationcoder.com/forum/index.php?topic=8071.msg113400#msg113400

Navigation

[0] Message Index

[#] Next page

Go to full version