Search found 12 matches
- Tue Jan 03, 2006 5:48 pm
- Forum: Technical / Scripting
- Topic: goto cmd use
- Replies: 11
- Views: 13371
looks like i broke the loop, the script doesn't go back to the top and perform the maxcount part. i like it to use Send>csco, then go back to the top "Label>loop" when its finished go and do Send>ibm then go to the top and perform the maxcount part and then finally just finish script. //Recorded Eve...
- Tue Jan 03, 2006 4:20 pm
- Forum: Technical / Scripting
- Topic: goto cmd use
- Replies: 11
- Views: 13371
marcus thank you for your help on this script, it works perfectly. i'm not sure if this is possible but if i can trouble you for one more thing. for this line: Press F3 Wait>3.11 Send>ibm Wait>3.11 Press Enter wait>2.11 i would like to add something after it does the first loop "send>ibm" and it goe...
- Thu Dec 29, 2005 10:02 pm
- Forum: Technical / Scripting
- Topic: goto cmd use
- Replies: 11
- Views: 13371
- Thu Dec 29, 2005 10:00 pm
- Forum: Technical / Scripting
- Topic: goto cmd use
- Replies: 11
- Views: 13371
thanks again for your help...it seems like after this part the script just stops..it does NOT redo the top part one more time. script stops after here. before that it hits F3, then enters ibm which is correct Wait>3.11 numloopsloop Goto>end SetFocus>Performance * Wait>3.7 Press ALT Wait>0.9 Send>a W...
- Thu Dec 29, 2005 7:58 pm
- Forum: Technical / Scripting
- Topic: goto cmd use
- Replies: 11
- Views: 13371
- Thu Dec 29, 2005 6:39 pm
- Forum: Technical / Scripting
- Topic: goto cmd use
- Replies: 11
- Views: 13371
when i use this script, it will constantly redo everything in a loop but it will never end.. this part never gets executed with the script: Goto>end SetFocus>Performance * Wait>3.7 Press ALT Wait>0.9 Send>a Wait>0.86 Press Down Wait>0.28 Press Enter Wait>2.99 Label>end how can i stop the loop and ma...
- Thu Dec 29, 2005 6:15 pm
- Forum: Technical / Scripting
- Topic: goto cmd use
- Replies: 11
- Views: 13371
goto cmd use
Hi i'm trying to figure out if this script will work with the goto command. could someone quickly take a look at this and see if this makes sense? CapsOff Wait>3 SetFocus>my application* \\WaitWindowChanged>1 Wait>15 Label>loop Let>count=0 Let>max=100 Repeat>count Let>count=count+1 SetFocus>my appli...
- Tue Oct 11, 2005 8:55 pm
- Forum: Technical / Scripting
- Topic: counter macro how?
- Replies: 12
- Views: 13383
- Tue Oct 11, 2005 8:25 pm
- Forum: Technical / Scripting
- Topic: counter macro how?
- Replies: 12
- Views: 13383
thanks again for your help -- i did the edit/ remove trailing spaces which did not work. it looks like i'm REQUIRED to use Label>start and Goto commands. i've refined my script below. the only issue now that i have is the script does NOT stop at 100. the Until>count=max is underneath Goto cmd but if...
- Tue Oct 11, 2005 6:47 pm
- Forum: Beginners
- Topic: Macro Scheduler Information: "Error - Label Not FOUND!&
- Replies: 3
- Views: 5959
Macro Scheduler Information: "Error - Label Not FOUND!&
what does this error mean?
- Tue Oct 11, 2005 5:58 pm
- Forum: Technical / Scripting
- Topic: counter macro how?
- Replies: 12
- Views: 13383
Thank you for your help, very much appreciated. i am now getting an error message Macro Scheduler Information: "Error - Label Not FOUND!" my script looks like this: //Recorded Events CapsOff Let>count=0 Let>max=100 Wait>13.74 Press CTRL Wait>2.11 Send>g Wait>2.11 Release CTRL Wait>2.11 Press Enter W...
- Tue Oct 11, 2005 5:21 pm
- Forum: Technical / Scripting
- Topic: counter macro how?
- Replies: 12
- Views: 13383
counter macro how?
Hi i am curious if someone could point me to the right direction on how to make this script simple. i need to make a script to perform Ctrl-G then press down and repeat but ALWAYS increase by 1 until 100. ie. press ctrl-g then down wait 50secs press ctrl-g then down key 2times. wait 50secs press ctr...