800 likes | 906 Views
; *****************************************************************. ; * *. ; * DISPWHEN V 1.10 *. ; * *.
E N D
; *****************************************************************
; * *
; * *
; * *
; * *
; * *
; *****************************************************************
; This .PPE checks day, time & security level and displays a file if applicable.
; !DispWhen.PPE LowSec;HighSec;StartTime;EndTime;Days;DisplayFile
; Days is the day flags to display the file SMTWTFS (Y or N for each)
; The file C:\PCB\GEN\NoWay will be displayed to any caller with a security
; level between 10 and 80 (inclusive) between the hours 6am to 8am on a
; DispWhen will properly Handle time ranges where the EndTime falls before the
; Also, Days maybe left blank (as above example) and YYYYYYY will be assumed.
; (Y will be assumed for any days not specified ie NN becomes NNYYYYY)