home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / mousechg.zip / MOUSECHG.DOC < prev   
Text File  |  1993-08-15  |  2KB  |  60 lines

  1.                             MOUSECHG V1.3
  2.  
  3. MOUSECHG.CMD is a simple REXX exec to change your default mouse pointer
  4. under OS/2 2.1.  It does this by modifying your OS2.INI file to include
  5. a new "Application" called "PM_SysPointer".  This "Application" contains
  6. a "Key" pointing to your customized pointer.  You can create a new pointer
  7. by using OS/2's ICON editor. A sample mouse pointer has been included for
  8. your use called, oddly enuf, MOUSE.PTR.
  9.  
  10. ***WARNING***
  11. This utility has worked fine on my machine running OS/2 2.1, but each
  12. machine's configuration is different.  I have NOT tried it under OS/2 2.0.
  13. Therefore, just to be safe, I have limited this utility to ONLY work with
  14. OS/2 2.1.
  15.  
  16. Also, this utility backs up your \OS2\OS2.INI file automatically to a
  17. file called OS2.BAK.  In fact, if the utility does not find this file, it
  18. will NOT work.  If you already have a file called OS2.BAK, you may wish to
  19. rename it to something else so it doesn't get copied over.
  20.  
  21. These precautions are probably overkill, but if something does go wrong,
  22. and your OS2.INI gets hosed, you can recover by simply copying
  23. your backup file back to your OS2.INI file.  By the way, one of the nice
  24. things about OS/2 2.1 is that it allows you to copy your .INI files while
  25. the system is up and running.
  26. *** END OF STUPID WARNING***
  27.  
  28. To use MOUSECHG, simply enter MOUSECHG followed by the full name of the
  29. mouse pointer file (the file ending in ".PTR").  For example:
  30.  
  31.     MOUSECHG c:\mouse.ptr
  32.  
  33. Be sure to reboot for the change to take effect.  
  34.  
  35. If you wish to revert to the default mouse pointer, another utility has
  36. been included to do this called MOUSEBAK.CMD.  Simply enter MOUSEBAK at
  37. the command line and then reboot for the change to take effect.  It works
  38. by simply removing the "PM_SysPointer" application from your OS2.INI file,
  39. and allows the "default" pointer to return.
  40.  
  41. For the curious, this information can be viewed in the OS2.INI file by
  42. using an .INI viewer such as INIMAINT.  In fact, the "PM_SysPointer" can
  43. be changed directly by a utility like INIMAINT--the MOUSECHG utility just
  44. makes it a little easier.
  45.  
  46. This information was gleaned from the book "OS/2 2.1 Unleashed", which I
  47. heartily recommend to anyone wishing to learn about OS/2 "under-the-covers."
  48.  
  49. MOUSECHG is FreeWare--go crazy.
  50.  
  51. Steve Allen
  52. Altech Computer Services
  53. 121 Herta St.
  54. Easley, SC 29640
  55.  
  56. Aug 93
  57.  
  58. /* end of MOUSECHG.DOC */
  59.  
  60.