home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / afe_t11.zip / VRLOAD.DOC < prev    next >
Text File  |  1994-09-30  |  2KB  |  67 lines

  1. Documentation for VRLOAD.EXE v.2
  2.  
  3. Purpose:
  4.  
  5. To preload and maintain VX-REXX Resources and assure that the REXX Utility
  6. functions are also loaded.  This reduces the time for starting up VX-REXX
  7. programs.  You can recognize VX-REXX programs by the fact that they require
  8. the presence of VROBJ.DLL in your LIBPATH to function.
  9.  
  10.  
  11. How it works:
  12.  
  13. VRLOAD.EXE is a minimal VX-REXX program in itself.  It does nothing but
  14. load and wait.  You will notice NO additional CPU load once VRLOAD is
  15. started.  Once the resources are resident, they do not have to be
  16. reloaded for subsequent VX-REXX programs.
  17.  
  18. VROBJ.DLL (dated 8/10/94 or later) must be present in a directory included
  19. in your LIBPATH statement in CONFIG.SYS.
  20.  
  21.  
  22. Results:
  23.  
  24. In my brief testing, I've found that loading subsequent VX-REXX programs
  25. takes approximately 30% less time.
  26.  
  27. Keep in mind, however, that keeping these resources loaded is at the
  28. cost of free RAM.  However, no more than your VX-REXX program would suck
  29. up on its own.
  30.  
  31. If you're constanly using VX-REXX programs (and depending on the relative
  32. speed of your Personal Computer, it might be worth it.
  33.  
  34.  
  35. Installation:
  36.  
  37.      1) Copy VRLOAD.EXE to any directory you want
  38.  
  39.      2) Put a shadow of the program object in your startup folder if you
  40.         want it automatically loaded
  41.  
  42.         Alternately, if you have a STARTUP.CMD file, you could start
  43.         VRLOAD.EXE from it with the following command:
  44.  
  45.            start d:\path\VRLOAD.EXE
  46.  
  47.      3) Reboot
  48.  
  49.  
  50. Removing VRLOAD from Memory:
  51.  
  52. Nothing fancy, pop up your OS/2 Window list and use the close function.
  53.  
  54.  
  55. Disclaimer (the legal crap):
  56.  
  57. VRLOAD IS PROVIDED AS IS, FREE OF CHARGE FOR YOUR CONVENIENCE AND IS
  58. INCLUDED IN THE AFE PACKAGE STARTING WITH RELEASE 2.3 (originally named
  59. AFE23.ZIP).  AUTHOR H.M. WEINER IS NOT RESPONSIBLE FOR DAMAGE, LOSS, OR
  60. ANY OTHER DISCOMFORT YOU MAY SUFFER FROM THE USE OF VRLOAD.
  61.  
  62. You are granted the right to use VRLOAD all you want and may share it
  63. with friends, family or anyone else in the world provided this 
  64. documentation accompanies the program.
  65.  
  66. HMW
  67.