AutoHotkey Community

It is currently May 22nd, 2012, 12:05 pm

All times are UTC [ DST ]


Search found 102 matches
Search these results:

Author Message

 Forum: Support   Topic: CPU usage

Posted: January 28th, 2007, 9:32 am 

Replies: 12
Views: 2001


Hey thanks, tonne. Much obliged.

 Forum: Support   Topic: CPU usage

Posted: January 28th, 2007, 5:50 am 

Replies: 12
Views: 2001


Hi there, just stumbled across this script when looking for a method of monitoring CPU usage, and it looks promising. However, when running (exactly as posted above), I get this error: Error: This DllCall requires a prior VarSetCapacity. The program is now unstable and will exit. Line# 023: SetForma...

 Forum: Offtopic   Topic: Equivalent for Mac?

 Post subject: Equivalent for Mac?
Posted: January 30th, 2006, 12:38 am 

Replies: 1
Views: 1461


Obviously I wouldn't expect all the functionality of AHK, but doesn't anyone know of any decent, free hotkey utilities for Mac OSX?

Cheers,

C

 Forum: Offtopic   Topic: Flight Simulator

Posted: July 12th, 2005, 12:51 am 

Replies: 4
Views: 1124


I'm a big FlightSim buff, but due to its immense time-sucking potential I find myself resisting it for months at a time and then hit it hard again. As for add-ons, the only thing I've ever contributed to the community is a keyboard re-mappping, so the key controls are organised into logical groups i...

 Forum: Offtopic   Topic: Creating command line 'shortcuts'?

Posted: June 28th, 2005, 11:21 pm 

Replies: 9
Views: 1658


Thanks jonny. That looks exactly like what I'm after. I look forward to trying it out tonight after work.

Quote:
Also, if you use Firefox, look into Keywords and Quick Searches, handy features of bookmarks.


Ah yes, thanks for the tip. :wink:


Cheers,

C

 Forum: Offtopic   Topic: Creating command line 'shortcuts'?

Posted: June 28th, 2005, 3:08 am 

Replies: 9
Views: 1658


Thanks Jonny. What I'm after, actually, is a command line replacement that can sit in my taskbar, be configured for aliases, and allow parameters to be added to aliases - eg. 'g autohotkey' would launch: http://www.google.com/search?biw=1124&hl=en&q=autohotkey&btnG=Google+Search&meta...

 Forum: Support   Topic: Start internet explorer with exe

Posted: June 28th, 2005, 12:26 am 

Replies: 6
Views: 883


Why don't you just use this Firefox extension:

IE View

Works a treat for exactly what you need.

C

 Forum: Offtopic   Topic: Creating command line 'shortcuts'?

Posted: June 28th, 2005, 12:19 am 

Replies: 9
Views: 1658


There are certain programs, like 'explorer' or 'firefox' that you can execute from the command line without typing the entire path, ie. Windows recognizes the word 'firefox' and knows what to run. I am wondering, how would one go about setting up more of these 'shortcuts'? It seems to me that it's p...

 Forum: Offtopic   Topic: Michael Jackson not Guilty

Posted: June 16th, 2005, 12:19 am 

Replies: 5
Views: 1343


What, are you privy to some extra evidence that the jury wasn't? Not enough evidence to convict means exactly that. Just because a guy is a freak who admits to sharing his bed with children does not mean you go sending him to jail for sexual crimes unless you have unequivocal evidence that he did it.

 Forum: Support   Topic: Anyone know a way to read mp3 tag data?

Posted: June 7th, 2005, 11:09 pm 

Replies: 6
Views: 1724


Thanks, d.

:)

 Forum: Support   Topic: ? How can I put a newline (`n) in MsgBox

Posted: May 3rd, 2005, 11:41 am 

Replies: 5
Views: 1072


If you create a GUI rather than a message box, the text will automatically wrap itself for the size of the box, which would probably be more ideal for you than trying to mess round with getting `n in the right place on each phrase. FWIW, here's one I did a while back that pretty much does the same t...

 Forum: Scripts   Topic: Simple ROT13/ROT47 text convertor

Posted: May 2nd, 2005, 1:45 pm 

Replies: 0
Views: 2433


Here is a simple ROT13 and ROT47 text convertor. Note: -The default Edit box content is your text clipboard, so you can call the script from a hotkey and whatever you've just copied will be right there ready for conversion. -An ini file is created after the first run to save your default settings. -...

 Forum: Support   Topic: Possible bug with Case Sensitivity

Posted: May 2nd, 2005, 12:00 pm 

Replies: 5
Views: 1224


Ah, that wretched fine print again.

Image

Thanks Chris,


C.

 Forum: Support   Topic: Possible bug with Case Sensitivity

Posted: May 2nd, 2005, 12:54 am 

Replies: 5
Views: 1224


It seems that the case sensivity is not working correctly when comparing strings in function form: STRINGCASESENSE, On a=t b=T If (a=b) MsgBox, Yes This code yields 'Yes', whereas this code: STRINGCASESENSE, On a=t b=T If a=%b% MsgBox, Yes does not, as expected. http://forum.overnet.com/imag...

 Forum: Support   Topic: Remote Control Script

Posted: April 28th, 2005, 6:54 am 

Replies: 3
Views: 913


One way would be to append instructions to a file on the remote computer which the remote script monitors for changes and acts accordingly. Not particularly elegant though, and I too would be looking for something like this as I'd like to control foobar from a remote computer. http://www.sofrayt.com...
Sort by:  
Page 1 of 7 [ Search found 102 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group