| Author |
Message |
Topic: how to open system folders by run command like win+R |
MsgBox
Replies: 8
Views: 282
|
Forum: Ask for Help Posted: Mon May 14, 2007 12:21 am Subject: how to open system folders by run command like win+R |
Hi Goyyah
Yes I lost the bug for a while...
...but now I'm ill again.
You changed your name WHY???????
er.. that would not work with #NoEnv directive
To be honest I have never ... |
Topic: Prefix clipboard lines with quote >> character for ema |
MsgBox
Replies: 9
Views: 327
|
Forum: Ask for Help Posted: Sun May 13, 2007 11:55 pm Subject: Prefix clipboard lines with quote >> character for ema |
Your code replaces `n with `n>>%A_Space%. There isn't a `n after the word Rob, therefore no trailing >>.
I tested both again (just to be sure), mine worked and yours didn't. :p
but.. ... |
Topic: QuickDir |
MsgBox
Replies: 5
Views: 2018
|
Forum: Scripts & Functions Posted: Sun May 13, 2007 1:47 pm Subject: QuickDir |
Updated...
Thanks for the positive comments.
Added support for Command Prompt and A43 file manager. Fixed a lot of bugs and generally improved the whole script. |
Topic: SysMon |
MsgBox
Replies: 20
Views: 2450
|
Forum: Scripts & Functions Posted: Sun Apr 29, 2007 6:30 pm Subject: SysMon |
| Updated... |
Topic: SysMon |
MsgBox
Replies: 20
Views: 2450
|
Forum: Scripts & Functions Posted: Fri Apr 27, 2007 7:36 pm Subject: SysMon |
Updated...
About 1 in 5 times TM's icon will be in the tray for me....I just restart the script and hey presto...its gone!  |
Topic: SysMon |
MsgBox
Replies: 20
Views: 2450
|
Forum: Scripts & Functions Posted: Wed Apr 25, 2007 11:32 pm Subject: SysMon |
Updated....
Rajat does the Task Manager tray icon show for you all the time? |
Topic: SysMon |
MsgBox
Replies: 20
Views: 2450
|
Forum: Scripts & Functions Posted: Wed Apr 25, 2007 10:12 pm Subject: SysMon |
I'm glad you both like it.
why do you use 2 tray icons?
I didn't!!
The one showing cpu usage belongs to Task Manager. The thing is that it doesn't always show up for me, one time it will ... |
Topic: how do I disable a line? using ; at the begining? |
MsgBox
Replies: 8
Views: 275
|
Forum: Ask for Help Posted: Wed Apr 25, 2007 12:50 am Subject: how do I disable a line? using ; at the begining? |
This works too, I saw it in a script recently:
_= Some code
I don't think its documented though. |
Topic: FKee3 |
MsgBox
Replies: 21
Views: 4232
|
Forum: Scripts & Functions Posted: Wed Apr 25, 2007 12:41 am Subject: FKee3 |
Original post has now been fixed.
Thanks Hofferino and ahkuser.
I only recently updated AHK to the newer version and had the same problem with my own version of this script.
You're welcome ... |
Topic: SysMon |
MsgBox
Replies: 20
Views: 2450
|
Forum: Scripts & Functions Posted: Wed Apr 25, 2007 12:25 am Subject: SysMon |
http://www.autohotkey.net/~SlimlinE/SysMon/SysMon1.jpg
I put this script together to replace the system monitor "CoolMon."
Everything that I was monitoring with CoolMon can be monitore ... |
Topic: Easy question but I'm a newbie.... |
MsgBox
Replies: 2
Views: 216
|
Forum: Ask for Help Posted: Tue Apr 24, 2007 10:08 pm Subject: Easy question but I'm a newbie.... |
ie.
Loop 10
{
c := A_Index
MsgBox % c
}
or
Loop 10
{
c++
MsgBox % c
}
and
Loop
{
c++
MsgBox Number - %c%
IfGreater c, 9, Break
... |
Topic: Control Where MsgBox Appears? |
MsgBox
Replies: 2
Views: 198
|
Forum: Ask for Help Posted: Tue Apr 24, 2007 9:45 pm Subject: Control Where MsgBox Appears? |
You can use a timer to watch out for the msgbox then move it.
Have a playabout with this:
#Persistent
SetTimer PlaceMsgBox, 100
Sleep 1000
MsgBox,, Move Me!, I've been moved!
PlaceMsgBox: ... |
Topic: How to detect "Top Process" |
MsgBox
Replies: 5
Views: 847
|
Forum: Ask for Help Posted: Tue Apr 24, 2007 9:16 pm Subject: How to detect "Top Process" |
Here is the best (resource wise) that I have come up with.
Although not ideal, it does the job.
These two examples use Task Manager to get the info.
The first with the default columns and the s ... |
Topic: psp pad editor format |
MsgBox
Replies: 14
Views: 563
|
Forum: Ask for Help Posted: Sun Apr 22, 2007 8:06 pm Subject: psp pad editor format |
If you mean syntax highlighting...do you?... have a look in the AutoHotkey\Extras\Editors\PSPad folder.
For code formatting this might help: http://www.autohotkey.com/forum/viewtopic.php?p=46338
B ... |
Topic: How to detect "Top Process" |
MsgBox
Replies: 5
Views: 847
|
Forum: Ask for Help Posted: Sun Apr 22, 2007 7:50 pm Subject: How to detect "Top Process" |
Well I'm not having too much luck here.
I can get the top process with Seans script but...the script itself is using a lot of cpu time and as it is supposed to be working "quietly" in ... |
| |