3.92k likes | 4.04k Views
;. ;. ; *** This is a modified version of FLAG.PPE for use with PWA File Viewer ***. ; *** FLAG.PPE was written by David W. Terry and is in no way affiliated ***. ; *** with PWA or Defcon 4. ***. ;. ;.
E N D
; *** This is a modified version of FLAG.PPE for use with PWA File Viewer ***
; *** FLAG.PPE was written by David W. Terry and is in no way affiliated ***
;******************************************************************************;******************************************************************************
; FLAG.PPE version 3.0 released on 12/18/93 by David W. Terry
; FLAG.PPE is a replacement for PCBoard's internal "more?" prompt, gives
; PCBoard v15.1 the easiest-to-use system for flagging and viewing files of
; any BBS around. It gives callers the ability to point and shoot when
; NOTE: Please DO NOT DISTRIBUTE modified source code without prior permission
; or without meeting the requirements set forth in FLAG.DOC.
;******************************************************************************;******************************************************************************
' check to see if caller has ANSI capabilities and, if not, display the old
;***********************************************************************;***********************************************************************
STRING filenames(23) ' The names of the files found on the screen
STRING filename ' The name of the file that is being processed
STRING fileimage ' Includes the color codes for restoration of text
STRING PWA_FV_PPE ' Name and location of PWA File View CNF File
;***********************************************************************;***********************************************************************
len = 0 ' Initialize to 0 bytes in the input buffer
text = "" ' Initialize to an empty input buffer
let PWA_FV_PPE = READLINE(STRING(PPEPATH()+ "FLAGFV.DAT"),1)