Hi Bert, well there is nothing special to it. I include most of the .exe,
.dll, .com, .ico, .txt, and .cls files (I'm using ooDialog so need the
standard classes) that come with the standard install of ooRexx and put
them in a bin\ subdirectory. The following .bat should be sufficient:

set PATH=.\bin;%PATH%
set REXX_PATH=.\bin;%REXX_PATH%
rexx.exe yourRexxProgram

I hope this helps.
Staffan



On Sat, Sep 13, 2014 at 7:16 PM, Bertram Moshier <bertrammosh...@gmail.com>
wrote:

> Hello Staffan,
>
> Bertram, Rick is not saying that it's not possible. I'm packaging rexx code
> and oorexx components in one deliverable and make sure that the PATH and
> REXX_PATH environment variables is set up temporarily before invoking
> rexx.exe or rexxhide.exe. This can be done in a .bat file for example.
>
> Thank you, as this is what I was really asking and only mentioning the IBM
> runtime version, as it was (IMHO) the easiest way to insure I was clear in
> my meaning.
>
> Would you mind sharing your packaging code (e.g. included files, bat file,
> etc).  I'm sure I can figure it out, but why reinvent the wheel (unless
> necessary).
>
> Thank you,
>
> Bert.
>
>
> ------------------------------------------------------------------------------
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce
> Perforce version control. Predictably reliable.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to