Overview
The guide provides a quick and simple way to restart smartconrollers via a schedule job without the need to create a bat file or use any additional 3rd applications.
The following program comes shipped within the Bepoz Programs directory
controllerclose.exe
So the job is simply calling CMD (Command Prompt) and then passing in a command to Run controllerclose.exe and then wait for 9 seconds and then start Smartcontrol.exe again.
Instructions:
Create a New Schedule job
Name: 'Smartcontroller Daily Restart'
Job Type: Run Program
Job Options: Run Hidden flag as 'True'
Program Directory: 'C:\\Windows\\System32\\'
Program Name: 'cmd.exe'
Arguments: '/c start C:\\bepoz\\programs\\controllerclose & timeout 15 & start C:\\bepoz\\programs\\smartcontrol'
Schedules: Set to run 1 hour before the start of a new day
Addiontal Information:
Start of Time of Day can be found under Venue Stores and Tills - > Venue Settings -> Main Tab
Related Articles:
Example 1