Thread
:
Prevent Multiple Builds Running at Same Time
View Single Post
#
4
11-25-2009, 03:01 PM
kinook
Administrator
Join Date: 03-06-2001
Location: Colorado
Posts: 6,052
Looks like that should be
[DateDiff("h", vbld_ParseFormattedDateTime(vbld_GetFileContents(" E:/scripts/markerfile")), Now) >1]
or
[Abs(DateDiff("h", Now, vbld_ParseFormattedDateTime(vbld_GetFileContents(" E:/scripts/markerfile")))) >1]
kinook
View Public Profile
Visit kinook's homepage!
Find all posts by kinook