| Author |
Message |
Topic: CPU usage |
CarlosTheTackle
Replies: 12
Views: 1124
|
Forum: Ask for Help Posted: Sun Jan 28, 2007 9:32 am Subject: CPU usage |
| Hey thanks, tonne. Much obliged. |
Topic: CPU usage |
CarlosTheTackle
Replies: 12
Views: 1124
|
Forum: Ask for Help Posted: Sun Jan 28, 2007 5:50 am Subject: CPU usage |
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: Th ... |
Topic: Equivalent for Mac? |
CarlosTheTackle
Replies: 1
Views: 577
|
Forum: General Chat Posted: Mon Jan 30, 2006 12:38 am Subject: Equivalent for Mac? |
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 |
Topic: Flight Simulator |
CarlosTheTackle
Replies: 4
Views: 732
|
Forum: General Chat Posted: Tue Jul 12, 2005 12:51 am Subject: Flight Simulator |
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 contribu ... |
Topic: Creating command line 'shortcuts'? |
CarlosTheTackle
Replies: 9
Views: 1231
|
Forum: General Chat Posted: Tue Jun 28, 2005 11:21 pm Subject: Creating command line 'shortcuts'? |
Thanks jonny. That looks exactly like what I'm after. I look forward to trying it out tonight after work.
Also, if you use Firefox, look into Keywords and Quick Searches, handy features of bookmark ... |
Topic: Creating command line 'shortcuts'? |
CarlosTheTackle
Replies: 9
Views: 1231
|
Forum: General Chat Posted: Tue Jun 28, 2005 3:08 am Subject: Creating command line 'shortcuts'? |
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 l ... |
Topic: Start internet explorer with exe |
CarlosTheTackle
Replies: 6
Views: 443
|
Forum: Ask for Help Posted: Tue Jun 28, 2005 12:26 am Subject: Start internet explorer with exe |
Why don't you just use this Firefox extension:
[url=https://addons.mozilla.org/extensions/moreinfo.php?id=35]IE View
Works a treat for exactly what you need.
C |
Topic: Creating command line 'shortcuts'? |
CarlosTheTackle
Replies: 9
Views: 1231
|
Forum: General Chat Posted: Tue Jun 28, 2005 12:19 am Subject: Creating command line 'shortcuts'? |
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.
... |
Topic: Michael Jackson not Guilty |
CarlosTheTackle
Replies: 5
Views: 910
|
Forum: General Chat Posted: Thu Jun 16, 2005 12:19 am Subject: Michael Jackson not Guilty |
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 ... |
Topic: Anyone know a way to read mp3 tag data? |
CarlosTheTackle
Replies: 6
Views: 1077
|
Forum: Ask for Help Posted: Tue Jun 07, 2005 11:09 pm Subject: Anyone know a way to read mp3 tag data? |
Thanks, d.
 |
Topic: ? How can I put a newline (`n) in MsgBox |
CarlosTheTackle
Replies: 5
Views: 612
|
Forum: Ask for Help Posted: Tue May 03, 2005 11:41 am Subject: ? How can I put a newline (`n) in MsgBox |
| 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 ... |
Topic: Simple ROT13/ROT47 text convertor |
CarlosTheTackle
Replies: 0
Views: 1360
|
Forum: Scripts & Functions Posted: Mon May 02, 2005 1:45 pm Subject: Simple ROT13/ROT47 text convertor |
Here is a simple http://users.pandora.be/eforum/emoticons4u/happy/042.gif
C
#NoTrayIcon
OnExit, SaveSettings
StringCaseSense, On
AutoTrim, Off
IniRead, ROT, ROT13-47.ini, Settings, ROT, 13
I ... |
Topic: Possible bug with Case Sensitivity |
CarlosTheTackle
Replies: 5
Views: 853
|
Forum: Ask for Help Posted: Mon May 02, 2005 12:00 pm Subject: Possible bug with Case Sensitivity |
Ah, that wretched fine print again.
http://pdhomes.net/music/isleofjersey/graphics/eyebrows.gif
Thanks Chris,
C. |
Topic: Possible bug with Case Sensitivity |
CarlosTheTackle
Replies: 5
Views: 853
|
Forum: Ask for Help Posted: Mon May 02, 2005 12:54 am Subject: Possible bug with Case Sensitivity |
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 ... |
Topic: Remote Control Script |
CarlosTheTackle
Replies: 3
Views: 487
|
Forum: Ask for Help Posted: Thu Apr 28, 2005 6:54 am Subject: Remote Control Script |
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 lo ... |
| |