home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / PAFRV935.ZIP / INSTALL.EXE / DLRECLST.INF < prev    next >
Text File  |  1993-05-01  |  2KB  |  43 lines

  1.           ╔══════════════════════════════════════════════════════════╗
  2.           ║    Information About DLRECLST - From File DLRECLST.INF   ║
  3.           ╟──────────────────────────────────────────────────────────╢
  4.           ║       PAF Review   -   Edition 93.3   -   May 1993       ║
  5.           ╚══════════════════════════════════════════════════════════╝
  6.  
  7.         Reads the INDIV2.DAT and MARR2.DAT files and lists the numbers of
  8.         deleted records to the printer.  BASIC source code is included.
  9.  
  10.         Version:       1.0? (no version given in program)
  11.         Author:        Jack J. Chandler
  12.         Address:       812 Vermillion Dr., Henderson, NV  89015
  13.         Release Date:  February 1991    
  14.         BBS File Name: DLRECLST.ZIP, DLRECLST.BAS
  15.         Software Type: Freeware
  16.         Fee:           N/A
  17.         Read/Write:    Read only
  18.  
  19.         DLRECLST is a BASIC program that reads through the PAF data files
  20.         searching for deleted records.  It prompts the user for the path
  21.         of the directory containing the PAF data files.  The numbers of
  22.         any deleted records are listed to the printer under the
  23.         appropriate title.  
  24.  
  25.         No documentation is included, except the source program itself. 
  26.         Since the source code is included, the program could be of use to
  27.         understand the structure of the files read - INDIV2.DAT and
  28.         MARR2.DAT.
  29.  
  30.         NOTE: When you find the DLRECLST.BAS version of the program on a
  31.         bulletin board, it is likely in tokenized GWBASIC format that
  32.         cannot be read directly by QBasic, Turbo Basic, or a text editor. 
  33.         You will have to load the program using GWBASIC or IBM BASIC, then
  34.         save it in ASCII format first. 
  35.         
  36.         For example:
  37.  
  38.            GWBASIC
  39.            LOAD"DLRECLST.BAS"
  40.            SAVE"DLRECLST.BAS",A
  41.  
  42.  
  43.