1.67k likes | 1.75k Views
; Program name:J_conf.pps Version 1.0. ; Written by Tim Fritz 1/6/95. ;. ; This program replaces the standard PCBoard J command. ; (Join a conference) menu. It presents and/or builds the. ; JOIN menu display file. ;. ; 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
; user along with the public/private status of the conference.
; Since it uses the cnames file, you MUST do a normal save when
; adding or blanking out a conference. Remember, cnames only gets
; - if the parm "Build Menu" is sent, or the cmnu file does not exists,
; - if NO parms are sent to it (ie nothing is tokenized) and the CMNU
; file exists, it just displays it. This of course displays much
; faster and allows easy modification. You can also regenerate
; anytime just by deleting it or using the "Build Menu" parm.
; -if parm sent but NOT "Build Menu" then retokenize, stuff keyboard
; -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
; ------- --------- ------------------------------------------