home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / vxrez12.zip / README.TXT < prev   
Text File  |  1994-06-15  |  3KB  |  80 lines

  1.  
  2. VXREZ 1.2 -- Resource Binding for use with VX-REXX 2.0
  3. ------------------------------------------------------
  4.  
  5. To install:
  6.  
  7.    0) If you already have VXREZ 1.0 or 1.1 installed, you can just replace
  8.       all the files in the VXREZ directory with the new ones in
  9.       this archive.
  10.  
  11.    1) Make a directory called VXREZ in your VX-REXX directory.  For
  12.       example, if you installed VX-REXX in C:\VXREXX, you would do
  13.       this:
  14.                mkdir c:\vxrexx\vxrez
  15.  
  16.    2) Copy the macros.zip file into this directory:
  17.  
  18.                copy macros.zip c:\vxrexx\vxrez
  19.  
  20.    3) Change to the directory and unzip the file:
  21.  
  22.                c:
  23.                cd \vxrexx\vxrez
  24.                unzip macros.zip
  25.  
  26.    4) Edit the ..\macros\profile.vrm file and add the lines found in
  27.       profile.add to the end of profile.vrm:
  28.  
  29.             path = VREPath() || "VXREZ\INSTALL.VRM"
  30.             if( VRFileExists( path ) )then do
  31.                 call VRMacro "'"path"'", parent
  32.             end
  33.  
  34.    5) Start VX-REXX.  Click the right mouse button on the empty
  35.       window to bring up the popup menu.  You should see an item
  36.       called "Edit resources..." appear.  If not, you did something
  37.       wrong.
  38.  
  39.    6) Choose "Edit resources..." and select "General Help" from
  40.       the "Help" menu.  Read the help text
  41.       for instructions on how to bind resources.
  42.  
  43.  
  44. Changes From Version 1.1
  45. ------------------------
  46.  
  47.   -- VXREZ would fail and then disable your VX-REXX session if you
  48.      were trying to run a project that hadn't been saved or had
  49.      been saved to the VX-REXX root directory.  VXREZ now ignores
  50.      these two cases.  You must save your project somewhere else
  51.      for VXREZ to work.
  52.  
  53. Changes From Version 1.0
  54. ------------------------
  55.  
  56.   -- Added a paragraph on the mysteries of icon formats and why the
  57.      independent VGA format is not enough...
  58.  
  59.   -- Now copies PMEXE.NRZ and PMRUN.NRZ back to PMEXE.EXE and PMRUN.EXE
  60.      both before and after the bind process.
  61.  
  62.   -- Converted online help into .INF format for easier reading.  The
  63.      text file is still there as well.
  64.  
  65.   -- Installed two new menuitems under "Project", with accelerators.
  66.      One lets you edit the project resources (just like the popup
  67.      menu), the other runs the .EXE file that you created with
  68.      "Make EXE file...", as long as it is in the same directory
  69.      as the project itself.
  70.  
  71.   -- If a PMEXE.EXE exists in the project directory, it first copies
  72.      it to the VX-REXX directory.  This lets you use make your own
  73.      version of PMEXE.EXE (how to do so is a topic discussed in a
  74.      VX-REXX tech note...)
  75.  
  76.  
  77. Eric Giguere
  78. giguere@watcom.on.ca
  79.  
  80.