home *** CD-ROM | disk | FTP | other *** search
/ Complete Bookshop / CompleteWorkshop.iso / jokes / murphlaw / murf.doc < prev   
Text File  |  1985-10-04  |  5KB  |  147 lines

  1.  
  2.          # #       # ####    ######
  3.         # # #     # #              #      646-1 University Avenue
  4.        #   # #   #   #######       #        Rochester, New York
  5.       #     # # #           #      #            14607-1232
  6.      #       # #        #### ######           (716)-461-2446
  7.  
  8.         AV Software Designs, Ltd.            October  4, 1985
  9.  
  10.  
  11.  
  12.  
  13.                    DEC Rainbow Archive Package # 4
  14.  
  15.  
  16.      Package Title - "Murphy's Sayings"
  17.  
  18.      Version    -    1.1
  19.  
  20.      System     -    DEC Rainbow 100/A/B/+/190
  21.                      MS-DOS Version 2.11+
  22.                      Compatible over MS/PC-DOS
  23.  
  24.      Language   -    TurboPascal Version 3.01A
  25.  
  26.      Author     -    Alan I. Vymetalik for
  27.                      AV Software Designs, Ltd.
  28.  
  29.      All doucmentation, sources, and programs -
  30.  
  31.           Copyright (c) 1985 by AV Software Designs, Ltd.
  32.  
  33.  
  34.  
  35.  
  36.                  COPYRIGHT, WARRANTY, AND DISCLAIMERS
  37.  
  38.  
  39.           Any material included in this package may be used for
  40.      whatever application desired.  However,  no documentation,
  41.      sources, or programs created AV Software Designs, Ltd. may
  42.      be sold or otherwise included, in whole or part, in  other
  43.      software  being sold.  Licensing arrangements can by  made
  44.      through the above address.
  45.  
  46.  
  47.           Special exception is made  for any  sources that this
  48.      package contains.  The source routines may be used in  any
  49.      manner the user wishes.  The user is encouraged to include
  50.      the routines in his software to better the quality  of the
  51.      software and thereby the quality in public domain circula-
  52.      tion.  Appropriate references are appreciated.
  53.  
  54.  
  55.           Since  these materials are being released  under  the
  56.      FreeWare concept,  any  user  of this software may  freely
  57.      donate money, ideas, and comparable routines in return for
  58.      using this software if the user has felt he has benefitted
  59.      or learned something from this software.  Funds and  ideas
  60.      will go a long way in helping the author develop new soft-
  61.      ware and to maintain this and other packages.  Address all
  62.      inquires and communications to the above address.
  63.  
  64.  
  65.           Warranties and Guarantees - None!  Though  these pro-
  66.      grams have been tested as thoroughly as possible,  neither
  67.      the  author nor AV Software Designs, Ltd.  assumes  nor is
  68.      responsible  for any  damage occuring  to any  hardware or
  69.      software of the user nor  for any  typographical or  logic
  70.      errors that may occur.  This package and its contents  are
  71.      subject  to modification  without prior notice and no com-
  72.      mitment of any kind is stated or to be inferred.
  73.  
  74.  
  75.  
  76.                         PACKAGE DESCRIPTION
  77.  
  78.  
  79.           Murphy's Sayings  is a proverb, truism, and old adage
  80.      generator for the  DEC Rainbow  100  MS-DOS  Version 2.11+
  81.      operating  system.  It will also function properly running
  82.      under PC-DOS 2.0+  if the  ANSI.SYS driver  is  installed.
  83.      MURF was  revived from the DEC RSX-11 and VAX  versions by
  84.      the author as a bit of fun and amusement for all.
  85.  
  86.           Place a call to it in your AUTOEXEC for a random say-
  87.      ing everytime you boot your system. If the demand is  high
  88.      enough,  we'll consider releasing MURF under other operat-
  89.      ing systems.
  90.  
  91.           MURF is a fairly small program but its  data is huge.
  92.      To allow the user to run MURF on any size system, the pro-
  93.      gram (about 11K)  is  loaded  and  then reads a keyed-data
  94.      file  MURF.DAT.  The data file can be anywhere you want it
  95.      to  be.   If the file does not exist  (leave the data file
  96.      with its original name) or if it appears to be  corrupted,
  97.      MURF will abort.
  98.  
  99.           The calling line in an AUTOEXEC.BAT, for example,
  100.  
  101.  
  102.                             MURF E:\BIN\
  103.  
  104.  
  105.      will look for the file MURF.DAT in E:\BIN\  (yes, you need
  106.      the closing  '\'  except when using the default directory.
  107.      Also,  if all files are in the default directory, you  can
  108.      omit the path name.
  109.  
  110.           If  you happen to have that wonderful 'PATH' replace-
  111.      ment called 'SEARCH' from Arborsoft Systems, you can leave
  112.      off the path name all together.
  113.  
  114.           Since  random number generators  are  not and because
  115.      the DEC Rainbow utilizes the system clock to seed its ran-
  116.      dom generator,  it is  strongly advised  that you  set the
  117.      system time with either the MS-DOS command or, preferably,
  118.      with AV Software Designs' RBCLK.
  119.  
  120.           If you called MURF from your AUTOEXEC without setting
  121.      the time (or at least pausing on the command long enough),
  122.      you stand a good chance of  the same saying  everytime you
  123.      booted.  MURF attempts to pause  long enough to get a good
  124.      random number, but it is  still dependent  on  the  system
  125.      time at boot-time. To solve this, at least set the time or
  126.      use the MS-DOS 'time' command, pause, and then hit return.
  127.      Then call MURF.  Maybe we'll get a real-time clock for the
  128.      Rainbow someday!
  129.  
  130.  
  131.           Files needed to run MURF:
  132.  
  133.                               MURF.COM
  134.                               MURF.DAT
  135.  
  136.           Information:
  137.  
  138.                               MURF.DOC
  139.  
  140.  
  141.      MURF Version 1.1
  142.  
  143.      Copyright (c) 1985 by AV Software Designs, Ltd.
  144.  
  145.  
  146.                    DEC Rainbow Archive Package # 4
  147.