home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 077.REPORT.DOC < prev    next >
Text File  |  1991-04-26  |  1KB  |  29 lines

  1.  REPORT.DOC - how to read a SEE report
  2.  ==========
  3.  
  4.  A report file is generated each time SEE  successfully  executes.
  5.  It has the same name as the command list file but with a .RPT ex-
  6.  tension.  It is a straight ASCII text file containing information
  7.  about the original input file and  the  instructions  which  were
  8.  recognised during SEE processing.
  9.  
  10.  (R) is a range value
  11.  (N), (E) are coordinates
  12.  (S) indicates a non-ASD object or an altered ASD object
  13.  ATIS and COM will have their frequencies indicated
  14.  
  15.  The analysis is on the input file, not the output file.
  16.  
  17.  Error  indicators  may  appear  in this file and you can look for
  18.  commands that have been  identified  as  comments,  when  trouble
  19.  shooting.   Some errors will cause the program to stop execution;
  20.  the problem will be obvious most of the  time  (e.g.- can't  find
  21.  file).    Other errors will be ignored during execution but indi-
  22.  cated in the report.
  23.  
  24.  You may also generate a report (named EZC.RPT) without creating an
  25.  output file by typing:
  26.  
  27.  SEE03 {filename.SC1} /R<enter>
  28.  
  29.