| Author |
Message |
Forum: Support Topic: Help with Loop |
| whynotmore |
|
Posted: April 24th, 2010, 7:17 pm
|
|
Replies: 6 Views: 339
|
| That fixed it. Thak you for your help. |
|
 |
Forum: Support Topic: Help with Loop |
| whynotmore |
|
Posted: April 24th, 2010, 6:51 pm
|
|
Replies: 6 Views: 339
|
| That is the file that I'm searching for. It is a small propritary file. I verified that I am able to move it, if that's what you mean. If you change the file to somethig else it does the same thing. Tried it on a text file I created on the root of c as well. Just trying to copy to desktop. When I pu... |
|
 |
Forum: Support Topic: Help with Loop |
| whynotmore |
|
Posted: April 24th, 2010, 2:14 am
|
|
Replies: 6 Views: 339
|
| Tried, with no luck. It doesn't matter what the file name, just trying to search for files and then copy to a specified location. FileList = ; Initialize to be blank. Loop, C:\Custom.dct, 1, 1 FileList = %FileList%%A_LoopFileName% `t %A_LoopFileLongPath%`n Sort, FileList, R ; The R option sorts in r... |
|
 |
Forum: Support Topic: Help with Loop |
| whynotmore |
|
Posted: April 23rd, 2010, 10:30 pm
|
|
Replies: 6 Views: 339
|
| I cannot get this to work. Any Ideas? FileList = ; Initialize to be blank. Loop, C:\Custom.dct, 1, 1 FileList = %FileList%%A_LoopFileName% `t %A_LoopFileFullPath%`n Sort, FileList, R ; The R option sorts in reverse order. See Sort for other options. Loop, parse, FileList, `n { if A_LoopField = ... |
|
 |
Forum: Scripts Topic: Flash Message |
| whynotmore |
|
Posted: March 26th, 2010, 1:07 am
|
|
Replies: 8 Views: 1013
|
| finished and added the link on the first post. It will not make any registry changes. |
|
 |
Forum: Scripts Topic: Flash Message |
| whynotmore |
|
Posted: March 25th, 2010, 3:32 am
|
|
Replies: 8 Views: 1013
|
Should be no problem. it is all runonce commands and startup, wich can be moved to copy to the startup folder. I will work on it and post when i complete.
Thanks for the imput. Sometimes we just need a fresh pair of eyes.  |
|
 |
Forum: Scripts Topic: Flash Message |
| whynotmore |
|
Posted: March 24th, 2010, 3:31 am
|
|
Replies: 8 Views: 1013
|
| no comments or criticisms? I would have thought in a corp environment it would be great. |
|
 |
Forum: Scripts Topic: Hibernate() w/ Wakeup |
| whynotmore |
|
Posted: March 11th, 2010, 9:24 pm
|
|
Replies: 16 Views: 3436
|
that is very strange. we are running windows XP sp3.
Where is the CreateWaitTimer, SetWaitTimer, LocalFileTimeToFileTime, and WaitForSingleObject DLL's stored? The only one that I can find is the PowrProf.dll Which looks like it sends it into hibernate. Are those DLLs created by the script? |
|
 |
Forum: Scripts Topic: Hibernate() w/ Wakeup |
| whynotmore |
|
Posted: March 11th, 2010, 8:50 pm
|
|
Replies: 16 Views: 3436
|
| When it goes into hibernate, the computer immediatly wakes back up. Now, it even does it when we use shutdown > hibernate. |
|
 |
Forum: Scripts Topic: Hibernate() w/ Wakeup |
| whynotmore |
|
Posted: March 11th, 2010, 8:24 pm
|
|
Replies: 16 Views: 3436
|
| We cannot seem to get this script to work. in the usage examples, are you saying to make T="" be T="A_NOW" ? or does the entire line, Hibernate( A_Now, 30, "Minutes" ) go before the first line of the script? |
|
 |
Forum: Scripts Topic: Flash Message |
| whynotmore |
|
Posted: February 22nd, 2010, 6:15 pm
|
|
Replies: 8 Views: 1013
|
ok. that should give you some more detail. let me know if you need more.
Thanks |
|
 |
Forum: Scripts Topic: Flash Message |
| whynotmore |
|
Posted: February 22nd, 2010, 5:06 pm
|
|
Replies: 8 Views: 1013
|
| Here is a program that i wrote to send "Flash Messages" in the form of tip boxes. there is a lot of variables that you can control. check it out and give me some feed back. Any ideas to improve would be appreciated. This program would be used to send messages out to many computers all at o... |
|
 |
Forum: Support Topic: Gui Edit character count |
| whynotmore |
|
Posted: February 18th, 2010, 6:21 pm
|
|
Replies: 2 Views: 208
|
| thanks, you saved the day. |
|
 |
Forum: Support Topic: Gui Edit character count |
| whynotmore |
|
Posted: February 18th, 2010, 6:07 pm
|
|
Replies: 2 Views: 208
|
Is there a way to give a live count of characters in a gui edit box? I have a limit of 188 character on the box and i want to show "characters xxx/188 used" under the box.
I have tried StrLen, but it requires a submit of the variable that is being put in the edit box. I am stumped. |
|
 |
Forum: Support Topic: While active help |
| whynotmore |
|
Posted: January 5th, 2010, 5:03 pm
|
|
Replies: 6 Views: 329
|
| Got it. Thanks to all for the help. Here is the code, if anyone can use it. It times how long folder x, y, and Z are active. I will use it to pitch a search server for work. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new s... |
|
 |
| Sort by: |