1.75k likes | 1.84k Views
; Program name:J_conf2.pps Version 1.0. ; Written by Tim Fritz 1/6/95. ;. ; This program replaces the standard PCBoard J command. ; (Join a conference) menu. It generates a JOIN menu on. ; the fly for the user. ;. ; A problem with any board is upkeep, i.e. conferences change,.
E N D
; A problem with any board is upkeep, i.e. conferences change,
; and new additions are made. Wouldn't it be nice if the system
; just presented the user with the current list...no menu updates,
; That is exactly what this PPE does. It reads the cnames file and
; presents the list of valid conferences to the user along with
; Since it uses the cnames file, you MUST do a normal save when
; adding or blanking out a conference. Remember, cnames only gets
; - Generates a menu based on the access rights of the user. This
; takes a more time for the users to get a screen but they only
; -get the number of conferences on the board (line 108 of PCBoard.dat)
; -get the location of the cnames file (line 31 of PCBoard.dat)
; -display the conference data for the user, x lines per screen
; (be sure to let the user pick a conference between screens)
; Command Security PPE/MNU File -or- Keystroke Replacement
; ------- --------- ------------------------------------------