home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / mkbko021.zip / ReadMe < prev   
Text File  |  1995-03-16  |  3KB  |  71 lines

  1. MkBkObj utility V0.21
  2.  
  3. (C) 1994-95 by Ralf G. R. Bergs <rabe@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 it may be useful.
  23. However, no warranty whatsoever is given. If it kills your cat,
  24. bad luck. :-)
  25.  
  26.  
  27.  
  28. Limitations:
  29.  
  30. - If an object with the same object ID as the to-be-created object
  31.   already exists, MkBkObj will fail silently. I don't consider this
  32.   to be a big problem, since it only happens very seldomly, but if
  33.   you do think it's a problem for you, feel free to send me mail.
  34.   Maybe I will re-consider adding a check for this to give the
  35.   object a unique ID.
  36.  
  37.  
  38.  
  39. History:
  40.  
  41. 0.21   03/16/95   simplify stem/ext parsing algorithm (thanks to
  42.                     Paul Gallagher <paulg@resmel.bhp.com.au> for
  43.                     suggesting this)
  44.  
  45. 0.2    10/23/94   only load 'SysCreateObject' if not yet resident
  46.                     (thanks to Jason B. Tiller
  47.                     <jtiller@ringer.jpl.nasa.gov> for suggesting this)
  48.                   use "lastpos" instead of "pos" to separate extension
  49.                     (thanks to Jason B. Tiller
  50.                     <jtiller@ringer.jpl.nasa.gov> for suggesting this)
  51.                   use "substr" with a default argument (thanks to Jason
  52.                     B. Tiller <jtiller@ringer.jpl.nasa.gov> for suggesting
  53.                     this)
  54.                   improved error check
  55.                   give usage notice if necessary
  56.  
  57. 0.1    10/17/94   added "MINIMIZED=YES" to install program (thanks to
  58.                     Don Hawkinson <don.hawkinson@twsubbs.twsu.edu>)
  59.                   corrected minor bug in calculation of "ext" when
  60.                     filename had no extension
  61.  
  62. 0.01   09/15/94   initial release
  63.  
  64.  
  65. Ralf G. R. Bergs
  66. Hückeswagener Str. 42
  67. 51647 Gummersbach
  68. Fed. Rep. of Germany
  69. phone/fax: +49 2261 21968
  70. Internet E-mail: rabe@rwth-aachen.de
  71.