1.02k likes | 1.17k Vues
;****************************************************************************. ;* Locate, New Files and Zippy Search across all available Conferences. *. ;* Written by: Steve Morris Version: 2.0 Date: 02/01/95 *.
E N D
;****************************************************************************;****************************************************************************
;* Locate, New Files and Zippy Search across all available Conferences. *
;* Written by: Steve Morris Version: 2.0 Date: 02/01/95 *
;****************************************************************************;****************************************************************************
String PCBFunction, FileLang, ConfName, PPE, Second, Str, YN
;****************************************************************************;****************************************************************************
;****************************************************************************;****************************************************************************
PCBFunction = left(PCBFunction, 1) ; Set PCBFunction to only one character
;****************************************************************************;****************************************************************************
;* This next section will find out what command they would like to execute. *
;* Also updates the PCBTEXT file to allow for scanning accross conferences *
;****************************************************************************;****************************************************************************
NumOfConf = readline(pcbdat(), 108) ; Highest number of conference on system
if (left(PCBFunction, 1) = "L") PCBFunction = CmdType(71, "L")
if (left(PCBFunction, 1) = "N") PCBFunction = CmdType(72, "N")
if (left(PCBFunction, 1) = "Z") PCBFunction = CmdType(70, "Z")
;****************************************************************************;****************************************************************************
;* The main code of the program. This will start with the MAIN BOARD *
;* conference and loop through all the conference to scan. The rest of the *
;* code in PPE is to jazz up the display and operation. To make this work *
;****************************************************************************;****************************************************************************