AutoHotkey Community

It is currently May 23rd, 2012, 4:26 pm

All times are UTC [ DST ]


Search found 36 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Network Latency Bar

 Post subject: Network Latency Bar
Posted: February 13th, 2012, 5:24 am 

Replies: 0
Views: 263


I made this script to monitor the delay of my internet connection and thanks to this guys http://www.autohotkey.com/forum/topic56675.html&abc=?sid=9a30fa524696d0fb0be8db92f2cc7370 they helped me to accomplish this. Here is the code: #SingleInstance, force IP = www.autohotkey.com Gui, +AlwaysOnTo...

 Forum: Support   Topic: How to get window title and exact location

Posted: January 6th, 2012, 8:58 am 

Replies: 3
Views: 127


Yep! I am thinking about WinVista and Win7.

I really don't know if this script retrieves in WinVista and Win7 it works fine in XP SP3.

 Forum: Support   Topic: How to get window title and exact location

Posted: January 6th, 2012, 7:12 am 

Replies: 3
Views: 127


Hi guys.. I just want to know how to get the exact location of a folder opened. I already know how to get the window title but I am stock of this getting the exact path of a opened folder. Here is my code of getting the name of a opened window. WinWaitActive, ahk_class CabinetWClass WinGetTitle, na...

 Forum: Support   Topic: Q

Posted: January 6th, 2012, 6:59 am 

Replies: 3
Views: 105


I think

Code:
msgbox, get ready..
send, Q
sleep, 900000
send, Q
exitapp

 Forum: Support   Topic: Scrambled Eggs Part 2

 Post subject: Scrambled Eggs Part 2
Posted: January 5th, 2012, 5:25 am 

Replies: 3
Views: 101


Hi guys I really need a help. I want to create a random letters from A-Z and random number from 1-0 that is combined together from 2 character to 30 characters. What I mean is a word and number generator. I see the interesting thread from Leroxy http://www.autohotkey.com/forum/topic27728.html&hi...

 Forum: Scripts   Topic: Autohotkey USB security using command line scanner

Posted: December 1st, 2011, 3:19 pm 

Replies: 4
Views: 598


Awesome! I will gonna save this script to my pc. Thanks for this maybe I will have a busy hard day to change all my script. Hahaha.. I searched the forum too and I find interesting codes that is written by drainx1 from http://www.autohotkey.com/forum/topic70229.html Thanks for the help..

 Forum: Support   Topic: OPEN SSH: How Implement this protocol in AHK?

Posted: November 30th, 2011, 11:16 am 

Replies: 7
Views: 849


Do you see my Problem? How can I send more than one command to the Promt(CMD), whitout creating a new session (and still loose all this what I've done before....) Hope You can help :) thx IsNull Not sure if this what you are looking for I downloaded plink.exe and see the parameters but I don't know...

 Forum: Offtopic   Topic: Damn you AHK

Posted: November 30th, 2011, 10:34 am 

Replies: 14
Views: 1178


That is why Damn you AHK. :lol:

 Forum: Scripts   Topic: Autohotkey USB security using command line scanner

Posted: November 30th, 2011, 10:22 am 

Replies: 4
Views: 598


Thanks...! I like the link that you gave but I am newbie only basics, I can't understand some parts of the script but someday I will. Actually this is my second attempt of making usb autorun script the first one is too big because it has a complete feature like auto update virus database once a day ...

 Forum: Scripts   Topic: Autohotkey USB security using command line scanner

Posted: November 26th, 2011, 4:32 am 

Replies: 4
Views: 598


This simple script detects a USB inserted to system and scan using a command line scanner. I use a2squared command line scanner. Download a2cmd http://www.emsisoft.com/en/software/cmd/ and extract in A_ScriptDir\a2cmd. ;This script monitors removable devices inserted in your computer and ;call the c...

 Forum: Support   Topic: Help to recognize a file.

Posted: October 15th, 2011, 5:04 am 

Replies: 2
Views: 100


object1 := a_winDir "\system32\Notepad.exe" object2 := a_winDir "\system32" object3 := a_winDir "\win.ini" loop 3 { if ( fileExist( object%a_index% ) = "D" ) { msgbox % "The object " object%a_index% "`nis a folder or d...

 Forum: Support   Topic: Help to recognize a file.

 Post subject: Help to recognize a file.
Posted: October 15th, 2011, 3:47 am 

Replies: 2
Views: 100


Hi guys, Is autohotkey can recognize if a file is a folder or application?

If there is, please give me some samples. Thanks in advance..

 Forum: Offtopic   Topic: Crackers always decode the serial numbers of SW apps, why ?

Posted: July 20th, 2011, 3:50 pm 

Replies: 28
Views: 2067


I've seen this video called between angels and outlaws. It says that the most dangerous in the whole world are these two people. Crackers and Hackers. And explained what crackers and hackers can do. Not all hackers are program literate because there are hackers rely from the pro hackers program some...

 Forum: Support   Topic: Run print from 1 - 10?

 Post subject: Run print from 1 - 10?
Posted: July 4th, 2011, 11:52 am 

Replies: 2
Views: 147


Is there any command that can print a file from 1 - 10? For example i have these files 1 - 10.txt and I want to print it using run print command. And even if file 4 and 6.txt is not exist? Gui, Font, S8 CDefault Bold, Verdana Gui, Add, Text, x16 y30 w60 h20 , Print from Gui, Add, DropDownList, x76 y...

 Forum: Support   Topic: Help to identify application Icon in shell32.dll

Posted: October 4th, 2010, 12:29 pm 

Replies: 4
Views: 223


It will not be simple.. if it is possible at all. What application? When does it use folder icon? There are 2 folder icons in shell32.. which one?.. Are you sure the application is using the icon from shell32? Most application that used folder icon is a virus. I've read one of the examples of autoh...
Sort by:  
Page 1 of 3 [ Search found 36 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group