Welcome, Guest. Please login or register.

Author Topic: Arexx  (Read 1004 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline swift240Topic starter

  • Hero Member
  • *****
  • Join Date: Mar 2004
  • Posts: 1079
    • Show only replies by swift240
Arexx
« on: November 27, 2016, 06:21:17 PM »
At one time I used Arexx a lot, well I still do from time to time.
The Arexx language is good to use.

So here is my question:-

How many of you use Arexx for your Amiga ?
And for what uses ?

Mike.
Amiga 1200, 82gb HD, 4 way IDE\'97, DVD Multi-Recorder, OS3.9, BB1,BB2, Apollo Turbo MkII 030/40, 32meg Fastram, 4Gb CF card PCMCIA slot, IDE CF card adaptor 4Gb CF card, HP 810C, Alba HDTV, Converted PC PSU. C128, C64, C16, Plus4, 1701, 1570, 1541MkII, ARP6.0,KCS Power Cart, FreezeFrame MK3B, Freeze Machine, Simons Basic,  PSP, PS1, PS2, PS3 HDMI and 1TB HD+ 80gb USB HD, PS3 TV add on, Sound Surround speakers for PS2,PS3,PC, and Amiga Amazing so
 

Offline kolla

Re: Arexx
« Reply #1 on: November 27, 2016, 08:53:16 PM »
I do, for various tasks here and there. My last script just sets system time by connecting to remote unix shell over serial port. Too bad I used dignet.library that does not work on 68000, and I have been too lazy/busy to rewrite it for RxSerial for example, lol.
B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC
---
A3000/060CSPPC+CVPPC/128MB + 256MB BigRAM/Deneb USB
A4000/CS060/Mediator4000Di/Voodoo5/128MB
A1200/Blz1260/IndyAGA/192MB
A1200/Blz1260/64MB
A1200/Blz1230III/32MB
A1200/ACA1221
A600/V600v2/Subway USB
A600/Apollo630/32MB
A600/A6095
CD32/SX32/32MB/Plipbox
CD32/TF328
A500/V500v2
A500/MTec520
CDTV
MiSTer, MiST, FleaFPGAs and original Minimig
Peg1, SAM440 and Mac minis with MorphOS
 

Offline LoadWB

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 2901
  • Country: 00
    • Show only replies by LoadWB
Re: Arexx
« Reply #2 on: November 28, 2016, 02:17:24 AM »
I use ARexx for almost all of my general scripting work.  I could use Perl in many cases, but I am more comfortable in ARexx.  Lately I have been doing more in Regina Rexx in Windows and have run into a problems with file handling even with Arexx compatibility enabled.
 

Offline redfox

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 882
  • Country: ca
    • Show only replies by redfox
Re: Arexx
« Reply #3 on: November 28, 2016, 03:04:11 AM »
I use ARexx for variety of scripts, mostly simple tasks.  One example was a simple program I used while I was Treasurer for a club.  I used it to record cash, bank deposits and withdrawals.  It generated a file that I pasted into my report each month.  I used Final Writer 97 to type my report and another script written by someone else to save my report as a pdf file.  I also wrote a sendmail program and some email reader programs.  For text only emails.  Nothing fancy.  At first, my sendmail program called SMTPpost to actually send the email.  However, about 5 years ago, my internet service provider made some changes to the protocol, and I had to update my sendmail program to talk directly with server using the new protocol.