Hi Gurus,
I have a dilema where when I try to schedule a batch file with loop, it only executes the batch file once and does not loop. Is this a bug in BusinessObjects or a limitation? Below is that script that I tried to run.
–
@echo off
timeout /t 300 /nobreak
set /a x=0
:loop
echo Loop number -^> %x%
set /a x=%x%+1
echo.>“C:\FILEEVENT.TXT”
timeout /t 300 /nobreak
echo This will run and replace FILEEVENT.TXT every 5 minutes for 15 hours
if %x% NEQ 180 goto loop
exit
jvmauricio
(BOB member since 2009-08-03)
(BOB member since 2002-08-29)