Metropoli BBS
VIEWER: daytime.sam MODE: TEXT (CP437)
'┌──────────────────────────────────────────────────────────────────────┐
'│DAYTIME.DAT (sample file called DAYTIME.SAM)                          │
'│                                                                      │
'│Day/Security Level/Time Restriction for Bank Usage                    │
'│                                                                      │
'│This is an OPTIONAL File and is not required by Bank Free.  If this   │
'│file is not used, ALL users will be allowed into the Bank at all times│
'│                                                                      │
'│Comment lines start with a ' or a space                               │
'└──────────────────────────────────────────────────────────────────────┘
' The format is as follows:
'
' [Day of Week]
' Security Level;Start Time;End Time
'
' Security Level - Security Level to match or 9999 for all levels
' Start Time     - Starting Time (Military Time - xx:xx:xx)
' End Tim        - Ending Time (Military Time - xx:xx:xx)
'
' 00:00:00 for Start and End Time = No time restrictions
'
' IMPORTANT NOTES: 1. The Days of the week (ie. [Sunday]) must match the
'                     days of the week in the BANKTXT file (lines 55-61)
'                     in order for this feature to work properly.  Case
'                     does not matter, but spelling does and you MUST use
'                     the left [ and right ] square brackets.
'
'                  2. ALL LINES in this file must start at the LEFT MARGIN.
'
'                  3. You can use semi-colons or spaces to seperate the
'                     security level, start and end times.
'
'                  4. Rename this file to DAYTIME.DAT to activate this
'                     new feature.
'──────────────────────────────────────────────────────────────────────────
'
[Sunday]
'
'  Limit Security Levels 5 and 25.  All other levels for this day
'  have no restrictions for access to the Bank.
'
5;00:00:00;17:00:00
25;00:00:00;19:00:00
9999;00:00:00;00:00:00
'
[Monday]
9999;00:00:00;00:00:00
'
[Tuesday]
9999;00:00:00;00:00:00
'
[Wednesday]
9999;00:00:00;00:00:00
'
[Thursday]
9999;00:00:00;00:00:00
'
[Friday]
9999;00:00:00;00:00:00
'
[Saturday]
9999;00:00:00;00:00:00

[ RETURN TO DIRECTORY ]