Automate IBResetSchedule

The attached batch file will stop the InfoBurst service, execute IBResetSchedule (for builds 130 and later), and start the InfoBurst service.


Batch commands:


net stop InfoBurstPlatform
echo yes|"C:\<APPROOT>\IBResetSchedule.exe"
net start InfoBurstPlatform


The batch file must be updated with the application root path before use.


The batch file can then be scheduled using the Windows Task Scheduler.


https://www.thewindowsclub.com/how-to-schedule-batch-file-run-automatically-windows-7

bat
(207 Bytes)
Login or Signup to post a comment