| Author |
Message |
Topic: Query relating to ERRORLevel? |
Jesse
Replies: 5
Views: 824
|
Forum: Ask for Help Posted: Thu Dec 08, 2005 6:55 pm Subject: Query relating to ERRORLevel? |
What it means is this -
If the window is found, then the error level will be set to 0 (meaning there was no problem finding it)
then - if errorlevel (meaning if the errorlevel has a value other ... |
Topic: For those who use the RUN... start menu command alot |
Jesse
Replies: 2
Views: 2565
|
Forum: Scripts & Functions Posted: Thu Dec 08, 2005 6:40 pm Subject: For those who use the RUN... start menu command alot |
| Heres a script I threw together - basically when you hit #space it starts an unobtrusive run tooltip, all the functions of the normal run command are there. To get an idea - hit #space and then type ... |
Topic: Print Spool/Queue Check |
Jesse
Replies: 2
Views: 722
|
Forum: Ask for Help Posted: Mon Dec 05, 2005 10:17 pm Subject: Print Spool/Queue Check |
printer spooler is c:\windows\system32\spool\printers
they are SHD files, if the folder is empty then nothing is waiting to be printed |
Topic: Storing variable help... |
Jesse
Replies: 3
Views: 547
|
Forum: Ask for Help Posted: Sat Dec 03, 2005 2:14 am Subject: Storing variable help... |
in the loop you have to store the var somewhere else, then you can call it whenever u want.
Loop,
{
Sleep,100
Msgbox Test
tempvar = %a_index%
}
Z::
Msgbox Looped %tempvar ... |
Topic: Quick and dirty color picker |
Jesse
Replies: 17
Views: 5800
|
Forum: Scripts & Functions Posted: Sat Dec 03, 2005 1:18 am Subject: Quick and dirty color picker |
Hey man nice work - only thing i didn't like was the colors didn't change as you moved the sliders. I did a little revision and came up with the following - not much added but check it out.
;Krapp ... |
Topic: Array Question |
Jesse
Replies: 3
Views: 782
|
Forum: Ask for Help Posted: Sat Dec 03, 2005 12:03 am Subject: Array Question |
Both of these are well covered in the help and the tutorial. but here's the skinny:
1) basically, you are calling a variable based on another variable. For instance - if you set j to 1j = 1then by ... |
Topic: replicate explorers rename function |
Jesse
Replies: 5
Views: 669
|
Forum: Ask for Help Posted: Fri Dec 02, 2005 11:26 pm Subject: replicate explorers rename function |
| no problem man |
Topic: replicate explorers rename function |
Jesse
Replies: 5
Views: 669
|
Forum: Ask for Help Posted: Fri Dec 02, 2005 11:17 pm Subject: replicate explorers rename function |
haven't tested it - but this should take care of what you need... hope it works out
filecopy/move, A:\test.txt, C:\test.txt
if errorlevel = 0
return
else
loop
{
filecopy/move, ... |
Topic: Joystick Driver |
Jesse
Replies: 6
Views: 1426
|
Forum: Ask for Help Posted: Fri Dec 02, 2005 11:11 pm Subject: Joystick Driver |
| too much code at once man - you'd get better answers (at least from me) if you posted a question with the fragment of the code where the problem was. |
Topic: StringSplit, "zero element"?? |
Jesse
Replies: 8
Views: 733
|
Forum: Ask for Help Posted: Fri Dec 02, 2005 11:08 pm Subject: StringSplit, "zero element"?? |
| yeah i hear ya |
Topic: StringSplit, "zero element"?? |
Jesse
Replies: 8
Views: 733
|
Forum: Ask for Help Posted: Fri Dec 02, 2005 10:15 pm Subject: StringSplit, "zero element"?? |
| damnit i wish i could dumb it down like that! well put! |
Topic: IniRead with default value empty |
Jesse
Replies: 2
Views: 888
|
Forum: Ask for Help Posted: Fri Dec 02, 2005 10:10 pm Subject: IniRead with default value empty |
yes, add a default of your own instead of ERROR, for instance:
IniRead, ml_Replace, %ConfigFile%, %ml_ScriptName%, ReplaceThis, IDIDNOTFINDANYTHING
if ml_Replace = IDIDNOTFINDANYTHING
ml_Replac ... |
Topic: replicate explorers rename function |
Jesse
Replies: 5
Views: 669
|
Forum: Ask for Help Posted: Fri Dec 02, 2005 10:00 pm Subject: replicate explorers rename function |
| are you moving files in explorer? or are you looking for a script that does the moving and renames the files accordingly? |
Topic: Type with the numpad! |
Jesse
Replies: 25
Views: 8134
|
Forum: Scripts & Functions Posted: Fri Dec 02, 2005 9:07 pm Subject: Type with the numpad! |
| This link for numchord isnt working anymore - anyone know where i can get it? |
Topic: I need help with a combination code... |
Jesse
Replies: 7
Views: 772
|
Forum: Ask for Help Posted: Fri Dec 02, 2005 8:46 pm Subject: I need help with a combination code... |
| i guess just keep it in then, its not hurting anything, weird though |
| |