| View previous topic :: View next topic |
| Author |
Message |
DJAnonimo
Joined: 10 Sep 2006 Posts: 157
|
Posted: Tue Jan 12, 2010 7:10 pm Post subject: Run / RunWait |
|
|
Hello,
i would like to see Timeout parameter in RunWait command.
So if application runs for more than X secodns to set ErrorLevel to 1 like WinWait does.
Thank YOU  |
|
| Back to top |
|
 |
jaco0646
Joined: 07 Oct 2006 Posts: 3113 Location: MN, USA
|
|
| Back to top |
|
 |
DJAnonimo
Joined: 10 Sep 2006 Posts: 157
|
Posted: Tue Jan 12, 2010 10:56 pm Post subject: |
|
|
Chris added it to list Aug 30 2005
Thank You for your answer |
|
| Back to top |
|
 |
peezee Guest
|
Posted: Tue Aug 03, 2010 3:27 pm Post subject: Timeout option badly needed in Runwait |
|
|
Hi,
have several scripts that make extensive use of Runwait, but not having a timeout option forces me into coding an entire block to replace that missing functionality.
Strange how timeout is available with e.g. MsgBox and not with s'thing like Runwait...
Might be time to seriously consider adding it, please?  |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 7295 Location: Australia
|
Posted: Tue Aug 03, 2010 10:46 pm Post subject: |
|
|
Is there some difficulty with writing/using a scripted function for it? If you put it in your function library, you won't even need to #Include or copy it into each script.
| Quote: | | forces me into coding an entire block | If you don't want to use a function, adding a single line should be sufficient: Process, WaitClose. |
|
| Back to top |
|
 |
|