Search found 15 matches
- Wed Jun 11, 2003 4:08 pm
- Forum: Technical / Scripting
- Topic: Compiled scripts generate errors
- Replies: 7
- Views: 11966
compiled executables crashing
Is there any progress on this bug? Here are some conditions under where this problem has surfaced: 1) Running multiple executables at the same time 2) Passing multiple parameters to the executables 3) Calling GetDate> , EditIniFile> or WriteLn> 4) Once it happens once it is more likely to happen aga...
- Wed Jun 04, 2003 2:06 pm
- Forum: Technical / Scripting
- Topic: Open two editor windows
- Replies: 1
- Views: 4825
Open two editor windows
I want to open two editor windows, can I do this without starting another copy of the program?
- Thu May 29, 2003 4:18 pm
- Forum: Technical / Scripting
- Topic: compiled executables temporary directory problem
- Replies: 3
- Views: 8408
compiled executables temporary directory problem
I am using the "at" windows scheduler to run some compiled executables. The problem is that running the executables this way will sometimes give me errors like: The exception unknown software exception (0x0eedfade) occured in the application at location 0x77eab2f0. and Exception EFCreateError in mod...
- Tue May 20, 2003 7:01 pm
- Forum: Technical / Scripting
- Topic: Position> command generates unwanted error
- Replies: 1
- Views: 5295
Position> command generates unwanted error
I am using the position> command to check for a string in another string. My problem is that sometimes the second string is empty and that causes a error window to get displayed, stopping the script. For example: // Generates Error Let>output_var= Position>find this,output_var,1,start_pos If output_...
- Tue May 20, 2003 2:16 pm
- Forum: Technical / Scripting
- Topic: Macro Scheduler pauses execution indefinitely
- Replies: 3
- Views: 7919
not a problem
I am not having this problem anymore. I think the comments all over my script were causing problems; also, adding a wait> here and there helps. I now only put comments in their own lines.
For example this statement does not work with the comment at the end.
Press Down * 5 // Press down 5 times
For example this statement does not work with the comment at the end.
Press Down * 5 // Press down 5 times
- Mon May 19, 2003 8:53 pm
- Forum: General Discussion
- Topic: Using If with wildcards
- Replies: 2
- Views: 8948
thanks
Thanks, this is exactly what I need.
I think you meant the second parameter of Position to be output_text.
GetWindowText>window_name,output_text
Position>Confirm bill,output_text,1,p
If>p>0,label1
I think you meant the second parameter of Position to be output_text.
GetWindowText>window_name,output_text
Position>Confirm bill,output_text,1,p
If>p>0,label1
- Mon May 19, 2003 4:56 pm
- Forum: General Discussion
- Topic: Using If with wildcards
- Replies: 2
- Views: 8948
Using If with wildcards
Im trying to match some text from inside a window but it never seems to match. GetWindowText>window_name,output_text If>output_text=*Confirm bill*,label1 Basically, the statement above is never true; Yet the output_text variable contains "Confirm bill" in the middle of the string. What is the best w...
- Fri May 09, 2003 8:05 pm
- Forum: Technical / Scripting
- Topic: Macro Scheduler pauses execution indefinitely
- Replies: 3
- Views: 7919
Macro Scheduler pauses execution indefinitely
I am trying to use IfWindowOpen to click OK on a "confirmation window" that only comes up in certain situations. The problem is that when the "confirmation window" comes up, my application seems to get into a busy mode until OK is pressed. During this time Macro Scheduler stops executing the script....
- Fri May 09, 2003 6:16 pm
- Forum: General Discussion
- Topic: comments
- Replies: 1
- Views: 8069
comments
Is it legal to do comments in C/C++ style using /* comment */ and //
It seems to mess up the replay in some locations.
I know you can use Remark>
It seems to mess up the replay in some locations.
I know you can use Remark>
- Fri Apr 25, 2003 10:07 pm
- Forum: Technical / Scripting
- Topic: Can you pass parameters to the exe files?
- Replies: 1
- Views: 5661
- Fri Apr 25, 2003 9:53 pm
- Forum: Technical / Scripting
- Topic: Can you pass parameters to the exe files?
- Replies: 1
- Views: 5661
Can you pass parameters to the exe files?
Can you pass parameters that assign values to variables in the compiled executables like you can to the script files?
For example
mymacroscript.exe /filename=testfile.txt /path=c:\outpath\
For example
mymacroscript.exe /filename=testfile.txt /path=c:\outpath\
- Fri Apr 25, 2003 9:50 pm
- Forum: Technical / Scripting
- Topic: Can you schedule scripts via the command line?
- Replies: 2
- Views: 6317
- Thu Apr 24, 2003 9:21 pm
- Forum: Technical / Scripting
- Topic: Can you schedule scripts via the command line?
- Replies: 2
- Views: 6317
Can you schedule scripts via the command line?
I have been looking through the help files but I havent found anything that would let me schedule a script to run at a certain time via the command line. Is that even possible?
For Example:
mssched whatever.scp /schedule date=04242003 time=1200PM
For Example:
mssched whatever.scp /schedule date=04242003 time=1200PM
- Thu Apr 24, 2003 4:01 am
- Forum: Technical / Scripting
- Topic: How to run scripts one after another
- Replies: 3
- Views: 10056
- Wed Apr 23, 2003 8:49 pm
- Forum: Technical / Scripting
- Topic: How to run scripts one after another
- Replies: 3
- Views: 10056
How to run scripts one after another
I want to be able to run 5 scripts for example. I want them to run in order, one after the other, so that only one is running at any one time.
Is there a way to do this in Macro Scheduler?
Is there a way to do this in Macro Scheduler?