home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 January / SOFM_Jan1996.bin / pc / os2 / famshell / fsinst.cmd < prev    next >
Encoding:
Text File  |  1995-12-05  |  267 b   |  7 lines

  1. /* Laden von RexxUtil.DLL */
  2. CALL RxFuncAdd 'SysLoadFuncs','Rexxutil','SysLoadFuncs'
  3. CALL SysLoadFuncs
  4. place = directory()
  5. rc = SysCreateObject('WPProgram', 'Family Shell', '<WP_DESKTOP>','EXENAME='place'\FAMSHELL.EXE;PROGTYPE=PM;', 'U')
  6. CALL SysDropFuncs
  7. exit