| Author |
Message |
Topic: how to pause windows scheduled tasks? |
jak
Replies: 7
Views: 197
|
Forum: Ask for Help Posted: Fri Jul 24, 2009 7:26 pm Subject: how to pause windows scheduled tasks? |
This script is working well. I modelled it on the "disable screen saver" script that I found on the forums here.
Save the following to an ".ahk" file. Run that file when you ... |
Topic: how to pause windows scheduled tasks? |
jak
Replies: 7
Views: 197
|
Forum: Ask for Help Posted: Fri Jul 24, 2009 5:21 pm Subject: how to pause windows scheduled tasks? |
thanks guys.
too bad I cant send
Run, %comspec% /c net pause "Task Scheduler",,Hide |
Topic: how to pause windows scheduled tasks? |
jak
Replies: 7
Views: 197
|
Forum: Ask for Help Posted: Fri Jul 24, 2009 3:48 am Subject: how to pause windows scheduled tasks? |
| There are directions [url=http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/disable_sched_tasks.mspx?mfr=true]here on how to go to the scheduled tasks folder in winXP and ... |
Topic: keep netflix streaming window on top |
jak
Replies: 4
Views: 218
|
Forum: Ask for Help Posted: Mon Jun 29, 2009 6:14 am Subject: keep netflix streaming window on top |
you might want to have a look at my script
thanks for letting us know! your script rocks. I'm using it as is.  |
Topic: green monochrome screen? |
jak
Replies: 4
Views: 201
|
Forum: Ask for Help Posted: Sun May 10, 2009 8:34 am Subject: green monochrome screen? |
thanks guys.
This is prolly out of my league though.
If anyone else has an interest in this I hope someone will put it together. I'll give it a shot myself in a bit, though i'm not hopeful that i' ... |
Topic: green monochrome screen? |
jak
Replies: 4
Views: 201
|
Forum: Ask for Help Posted: Sun May 10, 2009 3:58 am Subject: green monochrome screen? |
Is there any way to have ahk produce/mimic the old green monochrome screens? Like all the time?
Some kind of green "dropcloth" overlay on the windows maybe? Or can ahk maybe directly con ... |
Topic: Popup menus at screen edges – recent documents |
jak
Replies: 34
Views: 4487
|
Forum: Scripts & Functions Posted: Mon Feb 16, 2009 10:26 pm Subject: Popup menus at screen edges – recent documents |
| Which version does not work (Recent = ...)? In XP Recent = %HOME%\Recent should work, unless you added (or implicitly included) #NoEnv to your script. In that case you could add a line "EnvGet Ho ... |
Topic: how detect if another ahk file is running |
jak
Replies: 5
Views: 233
|
Forum: Ask for Help Posted: Sun Feb 15, 2009 4:15 am Subject: how detect if another ahk file is running |
| SKAN, thank you, i'll try that. |
Topic: how detect if another ahk file is running |
jak
Replies: 5
Views: 233
|
Forum: Ask for Help Posted: Sat Feb 14, 2009 9:25 am Subject: how detect if another ahk file is running |
Why not use #SingleInstance Ignore
well, that seems wasteful doesnt it? I mean in terms of a hit on performance. Wouldnt the first script continually (every 1/2 second) try to launch the second scr ... |
Topic: how detect if another ahk file is running |
jak
Replies: 5
Views: 233
|
Forum: Ask for Help Posted: Sat Feb 14, 2009 7:50 am Subject: how detect if another ahk file is running |
I want my main ahk file, to check for a certain window, and if that window exists, to launch a second ahk file (if and only if it is not already running).
having trouble doing this that part that ... |
Topic: "send" wont send "#" sign... |
jak
Replies: 2
Views: 201
|
Forum: Ask for Help Posted: Sat Feb 14, 2009 3:00 am Subject: "send" wont send "#" sign... |
| thanks |
Topic: ahk text-to-html parser - it *must* exist? |
jak
Replies: 7
Views: 386
|
Forum: Ask for Help Posted: Sat Feb 14, 2009 2:31 am Subject: ahk text-to-html parser - it *must* exist? |
thanks much
I'll try it out. I'll post if I have any issues.
by the way this is an *immensely* helpful script and I'm genuinely surprised there arent more versions of this type of thing on the ... |
Topic: "send" wont send "#" sign... |
jak
Replies: 2
Views: 201
|
Forum: Ask for Help Posted: Fri Feb 13, 2009 7:08 pm Subject: "send" wont send "#" sign... |
I have a script that pastes the content of the clipboard using
sendmode input
...
^h::send %clipboard%
Normally it works fine, but if I copy a url to the clipboard that has the "# ... |
Topic: ahk text-to-html parser - it *must* exist? |
jak
Replies: 7
Views: 386
|
Forum: Ask for Help Posted: Fri Feb 13, 2009 6:34 pm Subject: ahk text-to-html parser - it *must* exist? |
| @bobo - I dont mean html values, I mean hotstrings that produce html code tags. For instance, typing in ".bold" to produce "<b></b>". Like that for all the common html ... |
Topic: ahk text-to-html parser - it *must* exist? |
jak
Replies: 7
Views: 386
|
Forum: Ask for Help Posted: Thu Feb 12, 2009 1:24 am Subject: ahk text-to-html parser - it *must* exist? |
I searched the scripts forum in vain. I refuse to believe no one has done this yet.
Where you type hotstring or hotkey shortcuts for common html tags. (I'm actually looking for bbc tags, but I didnt ... |
| |