[Veritas-bu] Multistream job and bpstart & bpend notify script

Michael Graff Andersen mian71 at gmail.com
Fri Oct 2 03:35:16 CDT 2009


Here is the bpstart_notify script for multiple streams that I use


timeout /t %STREAM_NUMBER%


if exist c:\temp\wget_script_running.lock (goto waiting)
echo "" > c:\temp\wget_script_running.lock
<< wget_script command stuff>>

set RETURN=%errorlevel%
del /f c:\temp\wget_script_running.lock
if %RETURN% NEQ 0 (
echo 1 > %6
)




:waiting
if EXIST c:\temp\wget_script_running.lock (
timeout /t 1
goto waiting
)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.eng.auburn.edu/pipermail/veritas-bu/attachments/20091002/1f1b8e55/attachment.htm 


More information about the Veritas-bu mailing list