Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Batch programming
#2
Lol dude 1man1jar is savage!

I think the idea of batch programming is so that you can make yourself quick executables that are meant to make your life a little easier. I traded in .bat for .ahk. You should check out AutoHotkey man, it's actually a tidy little program and the coding language is pretty easy. It has a good GUI to it, and can do some handy things like :

Script for auto searching any text that is copied to Clipboard (press Win + G)
Code:
#g:: ; Win+g
   Run http://www.google.com/search?q=%clipboard%
Return
If you read this, you suck.

Messages In This Thread
Batch programming - by Dre@m$ - Sep 11 2011, 03:10 AM
RE: Batch programming - by I, The Rival - Sep 11 2011, 03:17 AM
RE: Batch programming - by Dre@m$ - Sep 11 2011, 03:23 AM

Users browsing this thread: 3 Guest(s)