| Author |
Message |
Topic: change ip |
Travley
Replies: 15
Views: 2386
|
Forum: Ask for Help Posted: Thu Jun 28, 2007 3:14 am Subject: change ip |
RunWait %comspec% /c ipconfig.exe /release
Sleep, 3000
RunWait %comspec% /c ipconfig.exe /renew
The COMSPEC variable
SET COMSPEC=C:\DOS\COMMAND.COM
COMSPEC specifies the secondary command ... |
Topic: Help me save my text |
Travley
Replies: 11
Views: 869
|
Forum: Ask for Help Posted: Tue Jun 26, 2007 11:07 pm Subject: Help me save my text |
knowing that what everyone said above is better and more of an efficent idea. i recently did this (for my own usage) and it may help you. though it's not perfect, by any means.
#InstallKeybdHook
... |
Topic: GUI button do a function help |
Travley
Replies: 4
Views: 464
|
Forum: Ask for Help Posted: Mon Jun 25, 2007 7:59 pm Subject: GUI button do a function help |
Gui, Add, Button, x y w h vBatLaunch, Launch Batch
Gui, Show, x y h w, Whatever By You!
GuiClose:
ExitApp
BatLaunch:
run C:\whatever.bat
Return
Look at the FTP (and File Append) ... |
Topic: AHK MessageBox Maker Help |
Travley
Replies: 2
Views: 594
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 8:40 pm Subject: AHK MessageBox Maker Help |
| Thank You Helpy, You were most helpful in resolving this problem. I have carefully looked over the code, and I understand now how to do that for future reference, Thank you again. |
Topic: AHK MessageBox Maker Help |
Travley
Replies: 2
Views: 594
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 11:46 am Subject: AHK MessageBox Maker Help |
| I've coded (albeit not professional looking/coding) Message Box Maker for myself and others. I always had to reference the HelpDoc when wanting to make a specific MsgBox (specifically the Icons) so I ... |
Topic: How to create a yes no message box with a goto a label. |
Travley
Replies: 8
Views: 448
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 11:08 am Subject: How to create a yes no message box with a goto a label. |
Skan, Please answer http://www.autohotkey.com/forum/viewtopic.php?t=20269 if you can. Everything else is already ready, Im just confused on that last bit.
Thank You.
Also its not DIRECTLY relate ... |
Topic: How to create a yes no message box with a goto a label. |
Travley
Replies: 8
Views: 448
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 10:35 am Subject: How to create a yes no message box with a goto a label. |
Give me about 20 more minutes and Ill have something to share with you very similar to this  |
Topic: Simple Question Regarding Multi-Line Edit Box |
Travley
Replies: 1
Views: 492
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 10:17 am Subject: Simple Question Regarding Multi-Line Edit Box |
I have a box that will be a multi-line Edit Box, the only problem is once I GuiControlGet it keeps the spaces in it as true spaces. How would I tell it to make all spaces `n ?
To clarify, my use of ... |
Topic: AutoHotKey.net File Upload |
Travley
Replies: 1
Views: 868
|
Forum: Scripts & Functions Posted: Tue Jun 19, 2007 7:12 am Subject: AutoHotKey.net File Upload |
This is in no way shape or form the best method of doing this, as I'm sure there are more defined, controlled ways of doing this. However, This works and with that said, I hope you enjoy.
This has ... |
Topic: Check For Updates Script |
Travley
Replies: 0
Views: 741
|
Forum: Scripts & Functions Posted: Tue Jun 19, 2007 5:52 am Subject: Check For Updates Script |
Wrote a version for someone in the help section and someone asked that I post in this section from now on, with things like this. So here goes my first 'script' post. Enjoy.
FileName = yourapp.zip
... |
Topic: How to I make one key type a sentence? |
Travley
Replies: 7
Views: 541
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 1:52 am Subject: How to I make one key type a sentence? |
Yes you should look in to making sure that BF is both running and active.
IfWinActive
IfWinExist
Also try SendInput if regular Send doesn't work, and also lookup AhkClasses as well as WinTitles ... |
Topic: How to I make one key type a sentence? |
Travley
Replies: 7
Views: 541
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 12:46 am Subject: How to I make one key type a sentence? |
Errr replace Pause with Sleep
Sorry about that, brain fizzle. |
Topic: warrock script help |
Travley
Replies: 4
Views: 2381
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 12:27 am Subject: warrock script help |
What exactly are you trying to do with WR. I myself have coded a pretty nifty script for WR (silv prem myself). I may be able to help.
Oh wait, I see, your trying to insta-crouch.... This is not do ... |
Topic: How to I make one key type a sentence? |
Travley
Replies: 7
Views: 541
|
Forum: Ask for Help Posted: Tue Jun 19, 2007 12:18 am Subject: How to I make one key type a sentence? |
Numpad5:: ; the $ is only used when you are going to be calling that key within the script, so it does not conflict
{
Send, J
Pause, 200 ; for buffer (1000 = 1second) ... |
Topic: Upload? |
Travley
Replies: 10
Views: 331
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 11:46 pm Subject: Upload? |
| Nevermind .. Got it.. Updated my original post with finished code. Thank You VERY MUCH Eng. |
| |