(imported comment written by cthurman91)
This is what I have so far. Everything works except, when the .bat file needs to kick off.
This is the script is below, between the double lines.
=========================================================================
=========================================================================
download http: // server.company.net:port/Uploads/03a97b388555316bde93e5a1e60b2ae127ba110c/browser-history.tmp
continue if {(size of it = 159784 AND sha1 of it = “03a97b388555316bde93e5a1e60b2ae127ba110c”) of file “browser-history.tmp” of folder “__Download”}
extract browser-history.tmp
if {exists current user}
wait C:\Program Files (x86)\BigFix Enterprise\BES Client__BESData\actionsite__Download\RunAsCurrentUser --w __Download\runme.bat
========================================================================
=========================================================================
RESULTS BELOW
========================================================================
========================================================================
Completed download http://server.company.net:port/Uploads/03a97b388555316bde93e5a1e60b2ae127ba110c/browser-history.tmp
Completed continue if {(size of it = 159784 AND sha1 of it = “03a97b388555316bde93e5a1e60b2ae127ba110c”) of file “browser-history.tmp” of folder “__Download”}
Completed extract browser-history.tmp
Completed if {exists current user}
Failed wait C:\Program Files (x86)\BigFix Enterprise\BES Client__BESData\actionsite__Download\RunAsCurrentUser --w __Download\runme.bat
=========================================================================
=========================================================================