home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
seedump.zip
/
EXE
/
bprofile.bag
next >
Wrap
Text File
|
1995-08-29
|
344b
|
15 lines
/* bagger profile, is always executed before anything else is done
*
* "say" will not work at this time,
* since pm is not active yet
*/
call RxFuncAdd 'SysLoadFuncs','RexxUtil','SysLoadFuncs'
call SysloadFuncs
r = value( 'MYEXTRAPATH', , 'OS2ENVIRONMENT' )
if r <> "" then do
set sym r
set source r
add macro .;
end