home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / gene / pafrc934.zip / INSTALL.EXE / NAME.REV < prev    next >
Text File  |  1993-06-01  |  3KB  |  56 lines

  1.  
  2.  
  3.           ╔══════════════════════════════════════════════════════════╗
  4.           ║            Review of NAME - From File NAME.REV           ║
  5.           ╟──────────────────────────────────────────────────────────╢
  6.           ║    PAF Review    -    Edition 93.4    -    June 1993     ║
  7.           ╚══════════════════════════════════════════════════════════╝
  8.  
  9.        Because of my particular (some would say unhealthy!) interest in
  10.        the PAF NAME file, I decided to review the NAME file listing
  11.        program written by Kent Riggins.  It's a very simple program,
  12.        written in BASIC, and includes the source code but no
  13.        documentation.
  14.        
  15.        When you execute the program, it displays some brief program
  16.        identification and then asks you to enter the "path for input". 
  17.        This would be the name of the directory containing your PAF data. 
  18.        The program doesn't validate this information so if you enter an
  19.        invalid directory name, you will receive a cryptic message saying
  20.        something profound like: "Bad file name in module NAME at address
  21.        23D3:00E3." At this point you have to just start over.  The
  22.        program requires that you enter a "\" at the end of the path or
  23.        directory name.  An example of the right way to enter this
  24.        directory name would be: C:\PAF\DATA\, assuming of course that
  25.        your PAF data were located there.
  26.        
  27.        The program asks a second question too: "Enter path and file for
  28.        output:".  This is a file name you pick for the name list to be
  29.        written to.  Any valid DOS file name will do.  I entered
  30.        "NAME.LST" which the program created in the current directory. 
  31.        This happened to be the PAF directory.
  32.        
  33.        The program then worked away for about 25 seconds after which the
  34.        DOS prompt reappeared.  During this time, there was no indication
  35.        on the screen that anything was happening.  I was running under
  36.        Windows on a 25Mhz 386SX, a moderately fast computer.  The name
  37.        file contained roughly 2,500 names.  I then looked at the file
  38.        "NAME.LST" where I directed that the name list be placed.  It
  39.        contained the entire list of names, formatted for printing with
  40.        three columns to a page and 55 lines to a page.  Each page ended
  41.        with a page eject character so the file could be printed easily by
  42.        merely copying it to the printer.  For example, with my file name
  43.        and printer setup, I used the command "COPY NAME.LST PRN".
  44.        
  45.        The resulting name list was alphabetically sorted and included the
  46.        PAF name code for the name.  This number is the code that actually
  47.        appears in all other PAF data files when the name associated with
  48.        it occurs.  There are no headings on the pages.  The numbers are
  49.        right justified and the names left justified, making it easy to
  50.        scan the listing.
  51.        
  52.        It's a simple program, but it did what was expected.  Because the
  53.        source code is included, NAME could be helpful as an example to
  54.        anyone wanting to traverse the PAF NAME file tree in a program.
  55.  
  56.