AutoHotkey Community

It is currently May 23rd, 2012, 5:57 pm

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Support   Topic: Script for presentation 'clicker'

Posted: October 26th, 2009, 7:48 pm 

Replies: 5
Views: 418


Seems I was being over complicated ;) PgDn:: MouseMove, 1423,856 MouseClick, left Return PgUp:: MouseMove, 1383, 860 MouseClick, left Return Esc:: MsgBox, Exiting! ExitApp That did the trick! Now our users can utilize the same clicker for both PowerPoint and for our specialized WebCast software. Nex...

 Forum: Support   Topic: Script for presentation 'clicker'

Posted: October 26th, 2009, 2:49 pm 

Replies: 5
Views: 418


Bom Dia! Obrigado! (Thats about all the Port. I know ;) )

Your code does show that I am catching the correct keys, I think I am having problems with the flow of the script though. Or would KeyWait be a better choice?

Thanks!

 Forum: Support   Topic: Script for presentation 'clicker'

Posted: October 26th, 2009, 1:30 pm 

Replies: 5
Views: 418


So we use a lot of those "PowerPoint" clickers and they work great for... PowerPoint. However, many times, we are doing some kind of slide show on the web and the clickers do not work as they appear to send a PGDN and PGUP keyboard character. I thought I would write a little script and tak...

 Forum: Support   Topic: RegEx or ?

Posted: July 10th, 2008, 10:14 pm 

Replies: 5
Views: 589


pokercurious, thanks much! That gives me a direction to head in. I think with some tweaks it will work. The searching and looping was driving me crazy...

Thanks again to everyone also! I appreciate the help!

 Forum: Support   Topic: RegEx or ?

Posted: July 8th, 2008, 8:28 pm 

Replies: 5
Views: 589


well, the thing is, I have to scan through approximately 400 log files to find the correct one (based on device id). I guess I need to loop and read each file and then when I get a match, then parse out that data...

 Forum: Support   Topic: RegEx or ?

 Post subject: RegEx or ?
Posted: July 8th, 2008, 3:55 pm 

Replies: 5
Views: 589


I have a directory that has about 400 text files in it. The information I need to search for appears to always be on the 4th line of one of the text files. (It is log in information and the variables I need to display are username, computer name, and date/time. 08:19:12 - INFO: JSmith working on CLE...

 Forum: Support   Topic: Help with LoopRead, and variable filenames

Posted: July 7th, 2008, 10:58 pm 

Replies: 3
Views: 364


It seems that it didnt like the "username"

I changed this;

Code:
If instr(A_LoopReadLine, username "working on")


to

Code:
If instr(A_LoopReadLine, " working on")


and it's working now....

 Forum: Support   Topic: Help with LoopRead, and variable filenames

Posted: July 7th, 2008, 9:52 pm 

Replies: 3
Views: 364


yup, it is automatically created everytime a user logs on.

 Forum: Support   Topic: Help with LoopRead, and variable filenames

Posted: July 7th, 2008, 9:28 pm 

Replies: 3
Views: 364


Im stuck. I thought this would be easy (and Im sure it is) Im just missing something. I have a directory with hundreds of logon script log files that are created daily and stored on a mapped drive. The log file is named "unsername".log ie EPresely.log One line in that log file contains the...

 Forum: Support   Topic: Parsing, SED, or Grep???

Posted: March 11th, 2008, 2:27 pm 

Replies: 4
Views: 321


I saw the RegEx stuff but the size of the fields can and do change so I cant count on a specific position, only that the data I want is after the 6th comma. What I will be doing is pulling that "song title" and then automatically making a twitter.com posting... I know that Shoutcast does p...

 Forum: Support   Topic: Parsing, SED, or Grep???

 Post subject: Parsing, SED, or Grep???
Posted: March 10th, 2008, 7:06 pm 

Replies: 4
Views: 321


Hi all! I am trying to pull some text out of a dynamically generated html file. The text I want is always located after the 6th comma. I can either pull the actual html source or the displayed web page. Example; http://www.akaradio.com:9000/7.html Since I am only interested in the "song name&qu...

 Forum: Support   Topic: Detecting Remote Desktop Connection

Posted: October 13th, 2007, 1:03 am 

Replies: 3
Views: 444


I am setting up a Windows 2003 Server and would like to know when one of my users logs in via RDP. When this is detected, it will then send me a email. I searched the forums (really, I did!) and didnt see anything like this. My plan is to have the compiled script run as a schedule task every x minut...

 Forum: Support   Topic: Parsing file help?

Posted: May 27th, 2007, 2:21 am 

Replies: 5
Views: 382


woohoo. I got it to work! Just had to play around. The downside is that the ShoutCast server is looking for a User Agent and was rejecting the URLDownloadToFile request. To get around that, I had to make a call to a batch file that does a wget :( It aint pretty and needs more work, but it works! Now...

 Forum: Support   Topic: Parsing file help?

Posted: May 27th, 2007, 12:46 am 

Replies: 5
Views: 382


Where is what I have so far... Tooltip, Downloading ... IfNotExist, status.html URLDownloadToFile, http://127.0.0.1:9000 , status.html Tooltip FileDelete, status.html #NoEnv SetBatchLines -1 FileRead x, %A_ScriptDir%\status.html Time1 = %A_TickCount% Loop { StringGetPos p1, x, < IfEqual ErrorLe...
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group