home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwplascr.zip / XWPL0208.ZIP / justinstall.cmd < prev    next >
OS/2 REXX Batch file  |  2000-01-04  |  279b  |  12 lines

  1. /* justinstall.cmd
  2.    set flag in OS2.INI that will make XFolder
  3.    say hello at the next WPS bootup
  4.    (for debugging)
  5.    */
  6.  
  7. call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
  8. call SysLoadFuncs
  9.  
  10. rc = SysINI('USER', "XWorkplace", "JustInstalled", '1'||'0'x);
  11.  
  12.