AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 34 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Keystroke spamming (WoW)
Tsurphr

Replies: 6
Views: 648

PostForum: Scripts & Functions   Posted: Tue Nov 18, 2008 4:32 am   Subject: Keystroke spamming (WoW)
Hey all, thought I'd share this little gem of a script. Nothing overtly fancy, just a functional keystring-repeater tool. This can be used to repeat sequences of keystrokes by holding down a single ...
  Topic: Updating ListView over Network
Tsurphr

Replies: 1
Views: 101

PostForum: Ask for Help   Posted: Thu Jul 24, 2008 9:59 pm   Subject: Updating ListView over Network
Hey just thought I'd bump the thread a little, I still haven't solved my problem. All I really need is a basic framework for TCP/IP comms using AHK similar to what is used in the chat script I linked ...
  Topic: Updating ListView over Network
Tsurphr

Replies: 1
Views: 101

PostForum: Ask for Help   Posted: Sat Jul 19, 2008 8:57 pm   Subject: Updating ListView over Network
Hi All,

I'm an AHK novice, eviscerating my brain trying to make sense of the code from [url=http://www.autohotkey.com/forum/viewtopic.php?t=32455chat+ahk]this script and learn how to ...
  Topic: Telnet without PuTTY
Tsurphr

Replies: 3
Views: 223

PostForum: Ask for Help   Posted: Sat Jul 05, 2008 5:13 pm   Subject: Telnet without PuTTY
After looking into things more, I think AutoIT might be a better tool for this, as it has some built in tcp functions. I'd still prefer to use AHK though as I'm more familiar with it, so if anybody h ...
  Topic: Telnet without PuTTY
Tsurphr

Replies: 3
Views: 223

PostForum: Ask for Help   Posted: Tue Jun 24, 2008 2:51 pm   Subject: Telnet without PuTTY
Sounds like the plink/cmdret method is what I need, although I'm still a bit newbish and trying to understand how to use cmdret. TN5250 works by drawing screenful of information at a time, clearing t ...
  Topic: Telnet without PuTTY
Tsurphr

Replies: 3
Views: 223

PostForum: Ask for Help   Posted: Mon Jun 23, 2008 3:10 pm   Subject: Telnet without PuTTY
Hi guys,

I know this topic has been beaten to death, but despite my forum trolling I have yet to find a solution so I thought I'd post on it.

I work for a cable contractor, and we obtain informa ...
  Topic: Syncing CSV files over FTP
Tsurphr

Replies: 2
Views: 131

PostForum: Ask for Help   Posted: Tue Jun 03, 2008 12:19 pm   Subject: Syncing CSV files over FTP
Aye, that is my current method, just looking for a more efficient one but I guess it will have to do until I get it working with MySQL. Thanks for the help.
  Topic: Syncing CSV files over FTP
Tsurphr

Replies: 2
Views: 131

PostForum: Ask for Help   Posted: Sat May 31, 2008 7:17 pm   Subject: Syncing CSV files over FTP
Hello all,

I have a very simple script I made for use at work which is basically just a data entry form that collects data into a CSV file which later gets uploaded daily to the company FTP site wi ...
  Topic: Install AHK syntax highlighting and clips for PSPad v2
Tsurphr

Replies: 77
Views: 17551

PostForum: Scripts & Functions   Posted: Thu Jan 24, 2008 8:41 pm   Subject: Install AHK syntax highlighting and clips for PSPad v2
This may be a little late coming, but those of you still afflicted by the PSpad keybindings oddity who couldn't fix it with keymap.ini, here's what worked for me:

Settings => Program Settings =& ...
  Topic: help with variable checking
Tsurphr

Replies: 6
Views: 264

PostForum: Ask for Help   Posted: Sat Dec 01, 2007 9:28 pm   Subject: help with variable checking
Aye, thanks for that lexikos. I already solved this one though, my working statement looks like this:

IF (check1a > 0 AND check1b = "510" or check1b = "520" or check1b = ...
  Topic: IF AND OR problem
Tsurphr

Replies: 2
Views: 130

PostForum: Ask for Help   Posted: Sat Dec 01, 2007 7:29 pm   Subject: IF AND OR problem
Much obliged sir Smile always something simple
  Topic: IF AND OR problem
Tsurphr

Replies: 2
Views: 130

PostForum: Ask for Help   Posted: Sat Dec 01, 2007 6:12 pm   Subject: IF AND OR problem
While struggling with my syntax in another script, I made this test script to make sure I had it right (my apologies if this is construed as a double post):

^K::
test1value = 0000100003
t ...
  Topic: help with variable checking
Tsurphr

Replies: 6
Views: 264

PostForum: Ask for Help   Posted: Sat Dec 01, 2007 1:57 pm   Subject: help with variable checking
Ah, thanks for clearing that one up. I wasn't sure how to handle the array in a loop.


Note that due to the overhead of function calls, it would be more efficient to pass svcsX to CheckSVCS() a ...
  Topic: help with variable checking
Tsurphr

Replies: 6
Views: 264

PostForum: Ask for Help   Posted: Sat Dec 01, 2007 1:42 pm   Subject: help with variable checking

The "checkhsd" should be declared Global inside the function.


Aye, I had previously tried using global, but since my first post I learned I had it declared in the wrong spot. So I ju ...
  Topic: help with variable checking
Tsurphr

Replies: 6
Views: 264

PostForum: Ask for Help   Posted: Fri Nov 30, 2007 7:17 pm   Subject: help with variable checking
I'm having a problem with this script:

CheckSVCS(check1)
{
StringGetPos, check1pos2, check1, `:
StringGetPos, check1pos3, check1, `)
check1pos2a := check1pos2+2
check1 ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group