1.75k likes | 1.85k Vues
This program replaces the standard J command menu in PCBoard, presenting a dynamic list of conferences to users based on setup files. Users can easily access valid conferences by navigating this generated menu. By reading the cnames file, it displays conference details and public/private status efficiently. Installation instructions included.
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
; ------- --------- ------------------------------------------