home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / seedump.zip / EXE / bprofile.bag next >
Text File  |  1995-08-29  |  344b  |  15 lines

  1. /* bagger profile, is always executed before anything else is done
  2. *
  3. *  "say" will not work at this time,
  4. *    since pm is not active yet
  5. */
  6. call RxFuncAdd 'SysLoadFuncs','RexxUtil','SysLoadFuncs'
  7. call SysloadFuncs
  8.  
  9. r = value( 'MYEXTRAPATH', , 'OS2ENVIRONMENT' )
  10. if r <> "" then do
  11.   set sym r
  12.   set source r
  13.   add macro  .;
  14. end
  15.