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 InfoBurstPlatformecho 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
Bryan Baca
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