home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / xfld085s.zip / justinstall.cmd < prev    next >
OS/2 REXX Batch file  |  1998-10-18  |  276b  |  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', "XFolder", "JustInstalled", '1'||'0'x);
  11.  
  12.