|
#1
|
|||
|
|||
exit at given time
Hi,
I have a .bld file that runs in a loop, but I want to put a step at the end of the loop to exit the build if the time of day is between 5 and 6 p.m. I tried using the Hour(Time()) construct in vbscript, but this didn't seem to work. Any ideas? |
#2
|
|||
|
|||
This seems to work...
Use an Exit step with conditional build rule of
[vbld_FormatTime() > 170000] is true |
|
|