Concepts
The Assignment Reminders tool, which sends out automated e-mail and or SMS reminders to volunteers for upcoming assignments, can be run from the command line. This helps ensure that it's run on a regular (at least daily) basis.
Details
Create a desktop shortcut similar to the following, changing the path to VSys as necessary:
VSys.exe assignmentremind
When this shortcut is run, VSys will run the assignment reminder rules you've designated, and produce a log file with its actions. The file will be named AssignmentReminders yyyy-mm-dd hh.nn.ss.log
where yyyy
is the current year, mm
is the month, dd
the day, hh
the hours (in 24-hour format), nn
the minutes and ss
the seconds. Even if no new reminders are generated, this log file will be created.
Notes