Server / BackOffice Installation

Restart applications using a batch file, scheduled job and a function key

In certain scenarios there may be the requirement for the client to restart applications from a function key. This can be achieved with a batch file placed on the server or relevant till, and then either a function key pointing to a scheduled job or external program

 Sample Batch Files
TASKKILL /F /IM rmsserver.exe
timeout /t 5 /nobreak > NUL
start c:\bepoz\programs\rmsserver.exe
TASKKILL /F /IM smartprint32.exe
timeout /t 5 /nobreak > NUL
start c:\bepoz\programs\smartprint32.exe