home *** CD-ROM | disk | FTP | other *** search
- ;NON-STANDARD bullets.ctl: shows uslogo
- if (%BAUD%)=(19200) then view(display\uslogo)
- If (%NEWSEC%)=(/SEC) Then Welcome(display\NEWUSER) ;if newuser security
- Get(/:BIRTH/,1,6) ;get 1st 6 chars of user's birthday
- SetEqual(a=%ARESP%)
- Get(%DATE%,1,6) ;get first 6 chars of date
- If (&a) = (%ARESP%) Then LoadSub(control\birth.ctl) ;if bday show scr
-
- *BLT2
- Display (Display\%NDNUMB%) ;show personal message screens...
- Welcome(Display\WELCOME) ;show any existing welcome screens
- NotIf (/LAST)=(%DATE%) Then Welcome (Display\OneAday) ;if first call today...
- seek(areas\news/:lastmsg/.asc)
- iftrue(loadsub(control\macros\cnfnews.ctl))
- If (/EXPERT)=(Y) Then Display (Display\EXPERT) ;if in EXPERT mode show screen
- Seek(logon.bat)
- IfTrue (Exec(logon.bat)) ;run LOGON.BAT batch file.
- if (%Event%)=(TRUE) then display(display\event)
- LoadSub(Control\Macros\Newbull.ctl) ;show new bulletins
- IfNotTrue(LoadMem(control\Main.mnu))
- LoadMem(Control\ViewB.ctl) ;ask "view bulletins menu?"
-