Arexx bug in aros 68k

Guest · 3222

lm

  • Guest
on: November 09, 2019, 04:18:14 AM
@aros68k devs:

when executing the following arexx script,

/* *** */

OPTIONS RESULTS

ADDRESS COMMAND 'LIST'


Aros 68k shows an arror message, when trying to execute an amiga DOS command from within an arexx script.

@wawa:

Can you direct this message to aros68k developers, in case they don't read this forum ?

Thanks!



wawa

  • Senior Member
  • ****
    • Posts: 265
    • Karma: +55/-0
Reply #1 on: November 09, 2019, 05:37:29 AM
you might as well provide me with a content of an issue i can open on the main repo. also if you want i can invite you to slack, so that you can discuss it. i know nothing about rexx.



lm

  • Guest
Reply #2 on: November 09, 2019, 05:49:11 AM
you might as well provide me with a content of an issue i can open on the main repo. also if you want i can invite you to slack, so that you can discuss it. i know nothing about rexx.

@wawa:

The culprit is the line "ADDRESS COMMAND ... "; it's used to execute an amiga DOS command from within an arexx script.

I attach the script so you can  test the error yourself.

Execute the script as follows (in a shell):

rx test.rx

Of course, RexxMast must be running.




AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #3 on: November 13, 2019, 12:02:42 PM
RexxMast on AROS 68k cannot be executed because there is no regina.library for 68k :(