home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxtt33.zip / READ.ME < prev    next >
Text File  |  2002-07-01  |  3KB  |  103 lines

  1. REXX Tips & Tricks
  2. ==================
  3.  
  4. Contents
  5. --------
  6.  
  7. 1. General Information
  8.  
  9. 2. Installation in OS/2
  10.  
  11. 3. Using RXTT in non-OS/2 environments
  12.  
  13.  
  14. 1, General Information
  15. ----------------------
  16.  
  17. RXTT33.INF is an OS/2 INF file. The INF file format is a special
  18. file format for online documentations from IBM (mostly used in OS/2).
  19.  
  20. To read it in OS/2 use 
  21.  
  22.     view rxtt33.inf
  23.  
  24.  
  25. 2. Installation in OS/2
  26. -----------------------
  27.  
  28. (text contributed by Steven Levine)
  29.  
  30. To install RXT&T and create a Desktop icon:
  31.  
  32.  - Unzip the install package to a work directory (i.e. c:\tmp).
  33.  - Copy rxtt*.inf to some directory listed in the BOOKSHELF environment
  34.    variable (i.e. c:\books).
  35.  - Open an command line session and run the installer with:
  36.  
  37.      c:
  38.      cd \books
  39.      c:\tmp\install x:
  40.  
  41.    where x: is the boot drive.  The installer uses this to find view.exe.
  42.    The installer needs to run from the directory containing RXT&T so that
  43.    it can find the .inf file. :-)
  44.  
  45. The RXT&T icon will be created on the Desktop.
  46.  
  47. To use the supplied rxttwww.cmd, copy it to some directory listed in the
  48. PATH environment variable.
  49.  
  50. To update to a new version of RXT&T, follow the same procedure as above.  
  51. The installer will find the existing icon and update it.  Once this is done, 
  52. the old version of RXT&T can be deleted.
  53.  
  54.  
  55. You can also use the View.exe replacement Newview.exe to view RXT&T.
  56. But please be aware that Newview.exe at this time does still not support
  57. all function of view.exe and therefor some functions of RXT&T are not
  58. usable if using Newview.exe (Tested with Newview.exe version V1.33.0).
  59.  
  60. 3. Using RXTT in non-OS/2 environments
  61. --------------------------------------
  62.  
  63. To read this file under other operating systems (e.g. Windows 98) you
  64. need an INF Viewer for your operating system.
  65.  
  66. A possible view program for Windows 3.1 (and newer Windows versions) is 
  67.  
  68.     oview.exe
  69.  
  70. You can find oview.exe here: 
  71.  
  72.     http://hobbes.nmsu.edu/pub/windows/win_inf.zip
  73.  
  74. You only need the files 
  75.  
  76.     ipf.dll
  77.     libipfx.dll
  78.     oview.exe  
  79.  
  80. and for the online help:
  81.  
  82.     hmhelp.hlp 
  83.     viewh.hlp 
  84.  
  85. from the file ov_demo.zip inside of win_inf.zip. It should be possible to 
  86. decompress them without installing the demo - but I don't know how (I'm 
  87. not so familar with Windows). The INF viewer in this ZIP is the version 2.10.
  88.  
  89. Another source for an INF viewer for Windows 3.1 is the "Just Add Warp Package"
  90. from IBM. You can download it from 
  91.  
  92.     ftp://ftp.software.ibm.com/ps/products/os2/tools/jaow/jaow.zip
  93.  
  94. Be aware that the size of this ZIP file is about 3 MB! The INF viewer
  95. in this ZIP is the version 2.20.
  96.  
  97. The version 2.1 of the INF viewer for windows is also in the FileCommander/W
  98. package by Brian Harvard.
  99.  
  100.  
  101. Please note that both versions mentioned above can not handle some of the
  102. bigger sections in RXT&T.
  103.