home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / mkbko020.zip / README < prev   
Text File  |  1994-10-23  |  2KB  |  55 lines

  1. MkBkObj utility V0.2
  2.  
  3. (C) 1994 by Ralf G. R. Bergs <rabe@pool.informatik.rwth-aachen.de>
  4. Released as "Freeware"
  5.  
  6.  
  7. This is a simple, but nevertheless quite useful REXX script that can
  8. be used to create program objects for .INF and other documentation files
  9. in a simple manner.
  10.  
  11. To use it, install it by starting the INSTALL.CMD script. When asked,
  12. enter the destination directory (without leading backslash, e.g.
  13. "g:\tools") and press return. This copies MkBkObj.CMD to the desti-
  14. nation directory and creates a program object for it on your desktop.
  15.  
  16. Whenever you want to create a program object for one or several
  17. .INF or other doc files, you just drag the files from your drives
  18. object to the "Make Book Object" icon.
  19. ".INF" files get installed with VIEW.EXE as their viewer app, all
  20. other files get E.EXE as viewer app.
  21.  
  22. This is released as "Freeware" in the hope that this may be useful.
  23. However, no warranty whatsoever is given. If it kills your cat,
  24. bad luck. :-)
  25.  
  26.  
  27. History:
  28.  
  29. 0.2    10/23/94   only load 'SysCreateObject' if not yet resident
  30.                     (thanks to Jason B. Tiller
  31.                     <jtiller@ringer.jpl.nasa.gov> for suggesting this)
  32.                   use "lastpos" instead of "pos" to separate extension
  33.                     (thanks to Jason B. Tiller
  34.                     <jtiller@ringer.jpl.nasa.gov> for suggesting this)
  35.                   use "substr" with a default argument (thanks to Jason
  36.                     B. Tiller <jtiller@ringer.jpl.nasa.gov> for suggesting
  37.                     this)
  38.                   improved error check
  39.                   give usage notice if necessary
  40.  
  41. 0.1    10/17/94   added "MINIMIZED=YES" to install program (thanks to
  42.                     Don Hawkinson <don.hawkinson@twsubbs.twsu.edu>)
  43.                   corrected minor bug in calculation of "ext" when
  44.                     filename had no extension
  45.  
  46. 0.01   09/15/94   initial release
  47.  
  48.  
  49. Ralf G. R. Bergs
  50. Hückeswagener Str. 42
  51. 51647 Gummersbach
  52. Fed. Rep. of Germany
  53. phone/fax: +49 2261 21968
  54. Internet E-mail: rabe@pool.informatik.rwth-aachen.de
  55.