Server / BackOffice Installation

SmartController/beStartup Start delayed with Batch File

In certain scenarios there may be the requirement to delay the startup of the Bepoz applications. One way to achieve this is via batch files. These should be used in place of the BE AutoSart flags in Database.exe. A shortcut to the batch file can be placed in Shell:Startup to auto launch on boot.

Sample Batch Files
@echo off
TIMEOUT 180
start /D "C:\BEpoz\Programs" smartcontrol.exe
start /D "C:\BEpoz\BepozLink" BepozLink.exe
@echo off
TIMEOUT 180
start /D "C:\BEpoz\Programs" bestartup.exe