Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread ooRexx
Dear Leslie, We use cURL for building the macOS installer, it is a shell script but an example of a command line looks like this: # use cURL to download the latest documentation (this takes some time) curl -L --insecure https://sourceforge.net/projects/oorexx/files/oorexx-docs/5.0.0/rexxref.pd

Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread J Leslie Turriff
On 2023-01-02 12:05:32 J Leslie Turriff wrote: > On 2023-01-02 11:19:51 Rony G. Flatscher wrote: > > Dave, could you look at the enclosed sample and give some feedback > > whether it serves its purpose (demonstrate the new ADDRESS...WITH in an > > understandable manner)? > > > > ---rony > > > > On

Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread WalterPachl via Oorexx-devel
and save them in a subdirectory named "docs.V" where "V" is the directory name and save them in a subdirectory "docs.V" of the current directory where "V" is the specified verssion and add Say 'Files downloaded to' localDir at the end nice stuff WALTER > Rony G. Flatscher hat am 02.01.202

Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread J Leslie Turriff
On 2023-01-02 12:05:32 J Leslie Turriff wrote: > On 2023-01-02 11:19:51 Rony G. Flatscher wrote: > > Dave, could you look at the enclosed sample and give some feedback > > whether it serves its purpose (demonstrate the new ADDRESS...WITH in an > > understandable manner)? > > > > ---rony > > > > On

Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread Sahananda Sahananda
I think that the usage section should briefly explain what cUrl is or what cUrl does. I remember the first time I met it as a Rexx programmer it was confusing. Could be as simple as. N.B.: This program uses "curl" to retrieve data and documents from the internet on all platforms. You can find mor

Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread J Leslie Turriff
On 2023-01-02 11:19:51 Rony G. Flatscher wrote: > Dave, could you look at the enclosed sample and give some feedback whether > it serves its purpose (demonstrate the new ADDRESS...WITH in an > understandable manner)? > > ---rony > > On 02.01.2023 14:53, Dave Jones wrote: > > Not knowing very much a

Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread Rony G. Flatscher
The usage section now adds at the end: N.B.: This program uses "curl" on all platforms. You can find more information on the Internet or and. ---rony On 02.01.2023 18:19, Rony G. Flatscher wrote: Dave, could you look at the en

Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread Rony G. Flatscher
Dave, could you look at the enclosed sample and give some feedback whether it serves its purpose (demonstrate the new ADDRESS...WITH in an understandable manner)? ---rony On 02.01.2023 14:53, Dave Jones wrote: Not knowing very much about the new ADDRESS...WITH... feature, I would think that it

Re: [Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread Dave Jones
Not knowing very much about the new ADDRESS...WITH... feature, I would think that it would be a very useful example. DJ On Mon, Jan 2, 2023 at 7:08 AM Rony G. Flatscher wrote: > One of the many new great features of ooRexx 5.0.0 is the ADDRESS...WITH > variant. > > In order to demonstrate how to

[Oorexx-devel] Idea for a new sample demonstrating ADDRESS ... WITH ...

2023-01-02 Thread Rony G. Flatscher
One of the many new great features of ooRexx 5.0.0 is the ADDRESS...WITH variant. In order to demonstrate how to use it, here an idea: have a sample that uses curl command (available on all modern operating systems) to fetch the latest ooRexx documentation files from SourceForge and download t