AutoHotkey Community

It is currently May 24th, 2012, 7:01 am

All times are UTC [ DST ]


Search found 6 matches
Search these results:

Author Message

 Forum: Support   Topic: Exit Script

Posted: January 31st, 2010, 9:12 pm 

Replies: 9
Views: 434


You need to add a return above the ExitApp hotkey. ;I am code ;I am more code ;I am still code ;Where did you learn to be code? Return ;Tells the script to stop executing code and wait. ^x::ExitApp ;Place this code at the bottom of your script, then run the script, then press Ctrl+x to exit the scr...

 Forum: Support   Topic: Exit Script

Posted: January 31st, 2010, 9:11 pm 

Replies: 9
Views: 434


Anonymous wrote:
Woah... Who was being commanding and rude here? I agree he should have read the manual and searched it for Exit first or the forums but wow.... way to explode on the dude. :lol:


Well I looked up exit script for autohotkey and found something but it didn't work..

 Forum: Support   Topic: Exit Script

Posted: January 31st, 2010, 7:39 pm 

Replies: 9
Views: 434


Well it doesn't seem to be working...

It automatically closes after one use..

And sorry for being rude :cry:

 Forum: Support   Topic: Exit Script

Posted: January 31st, 2010, 7:37 pm 

Replies: 9
Views: 434


^x::ExitApp ;Place this code at the bottom of your script, then run the script, then press Ctrl+x to exit the script. P.S. NEVER act as commanding and rude as you just did, this is highly annoying and ungrateful of you. We don't have to help you. Heres the script, add the exit code in a quote.. And...

 Forum: Support   Topic: Exit Script

Posted: January 31st, 2010, 7:24 pm 

Replies: 9
Views: 434


Anonymous wrote:
Code:
a::exitapp
?


Hmm... doesn't seem to be working..

Heres the script, add the exit code in a quote..

Quote:
MButton::
Click
MouseGetPos, xposi, yposi
yposi+=25
xposi+=5
Click %xposi%, %yposi%
xposi-=5
yposi-=25
MouseMove, %xposi%, %yposi%

 Forum: Support   Topic: Exit Script

 Post subject: Exit Script
Posted: January 31st, 2010, 7:17 pm 

Replies: 9
Views: 434


First of all, I am a beginner, so I hope you understand if you think the question is stupid. :oops:

I need help with an Exit Script. I need a code that exits the script on the press of a button.

Please help! :?:
Sort by:  
Page 1 of 1 [ Search found 6 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group