Scheduler
Softology provide a routine that runs programs and batch files at set times.

This routine is provided for server schedulers that have problems handling long file names or if password changes are a nuisance.

The routine details the time at which the programs will launch, the program, and the last time the scheduler launched the program.

The details of the time at which the programs will launch and the program to launch are held within e4DM.INI in the windows directory local to the server routine PC.

To alter these values alter the relevant e4DM.INI sections:

[SCHEDULE1]
TIME=02:30
PROGRAM="C:\Files\e4DM\myProgram.EXE"

[SCHEDULE2]
TIME=07:00
PROGRAM="C:\myProcess.BAT"

Up to nine such sections may be specified.