home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / tools / unlockhelp.cmd < prev    next >
OS/2 REXX Batch file  |  2002-07-15  |  312b  |  15 lines

  1. /*
  2.  *  unlockhelp.cmd:
  3.  *      unlocks the XWP help file by displaying a non-existing
  4.  *      help file from WPHELP.HLP.
  5.  *
  6.  *      (C) 2002 Ulrich Möller.
  7.  */
  8.  
  9. Call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
  10. Call SysLoadFuncs
  11.  
  12. rc = SysSetObjectData("<WP_DESKTOP>", "SHOWHELPPANEL=1");
  13.  
  14.  
  15.