home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / pafrc944.zip / INSTALL.ZIP / PUTTER.INF < prev    next >
Text File  |  1994-12-01  |  3KB  |  50 lines

  1.            ╔══════════════════════════════════════════════════════════╗
  2.            ║      Information About PUTTER - From File PUTTER.INF     ║
  3.            ╟──────────────────────────────────────────────────────────╢
  4.            ║  PAF Review    -    Edition 94.4    -    December 1994   ║
  5.            ╚══════════════════════════════════════════════════════════╝
  6.      Allows  you  to  "putter" around with text files including such files as
  7.      IGI text file extracts.
  8.  
  9.      Version:       0.1 (later commercial version available)
  10.      Author:        Harvey C. Thackston
  11.      Address:       1540 Willowdale Dr., San Jose, CA. 95118
  12.      EMail:         Internet:   76517.2574@compuserve.com
  13.                     CompuServe: 76517,2574
  14.      Version Date:  April 1992
  15.      BBS File Name: PUTTER.ZIP
  16.      Software Type: Freeware
  17.      Fee:           N/A
  18.      Read/Write:    Reads input file, writes modified copy
  19.      
  20.      PUTTER  is similar to a stream editor.  It moves 8 bit characters from a
  21.      source  file  to  a  destination file; inserting, deleting and modifying
  22.      characters  as  it  moves them.  PUTTER will not improve your golf game.
  23.      It  just  lets  you putter around in your text, word processor, database
  24.      and spread-sheet files.
  25.  
  26.      Putter  does  not itself contain any intelligence or knowledge about the
  27.      files  upon  which  it  operates.  That information is contained in task
  28.      files.   Task files are plain text ASCII files created by the user using
  29.      any  convenient  text  editor.   Task  files  may  contain only printing
  30.      characters, space, carriage return and line feed.
  31.  
  32.      Task  files  look  somewhat  like  BASIC programs using a very curtailed
  33.      instruction  set.   In  fact  PUTTER  recognizes  only 15 keywords and 6
  34.      relational  operators (note 1).  It is actually an interpretive compiler
  35.      and task files are the programs that it runs.
  36.  
  37.      One of the design objectives was that PUTTER should be easy to learn and
  38.      not  require  a  great deal of programming experience on the part of the
  39.      operator.   Most  task files contain fewer than 20 lines even for rather
  40.      complex tasks.  Another design objective was that it should be terse and
  41.      not tire the fingers.
  42.  
  43.      "Everyone  wants  to  peel  his  own  banana" seems to be the rule among
  44.      software  designers.  PUTTER is the author's effort to provide a vehicle
  45.      for  transporting  data  from  one  system  platform to another when the
  46.      "tools" are getting in the way.
  47.  
  48.      An  example  task  file  for  manipulating an IGI text file is included.
  49.      Customized versions can be negotiated by contacting the author.
  50.