home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / prolog / pdprolog / read.me < prev    next >
Text File  |  1985-12-14  |  4KB  |  199 lines

  1.  
  2.  
  3.                 Hello!
  4.  
  5.         The    files    on   this  disk  are  separated   into    several 
  6.         directories.  The  distribution  disk  has  the  following  major 
  7.         objects:
  8.  
  9.         PDPROLOG.EQE - the non-public domain, proprietary PROLOG language 
  10.         interpreter. You may give PDPROLOG to anyone.
  11.  
  12.         If you purchased a Prolog system from us,  another disk  contains 
  13.         a copyrighted A.D.A.  Prolog system.  
  14.  
  15.         <SAMPLES>  - This  disk  directory contains a variety  of  Prolog 
  16.         programming  examples  which  illustrate some of  the  points  of 
  17.         Prolog   programming.   Note  that  the  book   mentioned   above 
  18.         unfortunately  contains  numerous mistakes in the  examples.  You 
  19.         should refer to these files for the corrections.
  20.  
  21.         <EXPERT>   - This  directory  contains Simon  Blackwell's  public 
  22.         domain  expert  system shell program.  The documentation  is  not 
  23.         complete yet.
  24.  
  25.         <ATN>    - This  directory  contains  Lou  Schumacher's   natural 
  26.         language   parser.   The  initials  "ATN"  stand  for   augmented 
  27.         transition network. 
  28.  
  29.         USQ.EXE  - This program is the key to accessing the files on  the 
  30.         disk. Read the below explanation.
  31.  
  32.  
  33.         The  files on this disk are  supplied  in squeezed  format.   You 
  34.         can  always  tell  a squeezed file because the part of  the  name 
  35.         after the period has a "Q" as the second letter.   For   example,  
  36.         the   file  "prolog.eqe"  is  the  squeezed  form  of   the  file 
  37.         "prolog.exe".
  38.  
  39.         You  can't  execute  or read a file that is squeezed  unless  you 
  40.         unsqueeze  it.  This is done with the program "usq.exe" which  is 
  41.         supplied  on this disk.  Don't do this on the distribution disk - 
  42.         there  isn't enough room to hold the unsqueezed file.  And make a 
  43.         copy of the distribution disk and put the original safely away.
  44.  
  45.         For   example,    to  unsqueeze  "prolog.exe",   put   the   file 
  46.         "prolog.eqe" on a disk or directory with sufficient space to hold 
  47.         the  unsqueezed  file,  put  "usq.exe" on the same disk  or  some 
  48.         other,  and run usq, as in: "A>usq prolog.eqe (carriage return)". 
  49.         The usq program will automatically generate "prolog.exe" with the 
  50.         proper  name,  since that information is stored in  the  squeezed 
  51.         file.  Next erase "prolog.eqe", since it takes up space and is no 
  52.         longer needed.
  53.  
  54.         If  you have a floppy based system,  it is best to  transfer afew  
  55.         files   at   a  time and unsqueeze  them.   The   "usq"   program 
  56.         accepts  wild card commands,  which means that you can  say  "usq  
  57.         b:*.pqo",   or   "usq  *.eqe".   If you have a hard  disk   based 
  58.         system,  you have another option. Simply copy the entire contents 
  59.         of one of the directories of the distribution disk into an  empty 
  60.         directory  on your hard disk.  In fact,  you can copy  everything 
  61.         from the distribution disk into a directory and give the command: 
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                 "B>usq *.* (carriage return)". 
  69.  
  70.         To  completely  understand the options of the  usq  program, note  
  71.         that  running  it without any command line arguments  produces  a 
  72.         table of options. The command is: "usq (carriage return)"
  73.  
  74.         Finally,   if  you have a problem,  don't stare at it  in  morose 
  75.         frustration. Give me a call!
  76.  
  77.  
  78.                                                Bob
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.