Welcome, Guest. Please login or register.

Author Topic: Space charactor in ARexx script  (Read 4246 times)

Description:

0 Members and 1 Guest are viewing this topic.

Online Thomas

Re: Space charactor in ARexx script
« on: August 29, 2024, 05:32:41 AM »

Like everywhere in AmigaDOS you have to surround the string with spaces by double quotes. So the resulting string should be "Ram Disk:T".

As you already have a quoted string you cannot simply add those quotes. ARexx has a solution for that: just double the quote signs.

This should work:

rx "ADDRESS WORKBENCH WINDOW WINDOWS '""RAM Disk:T""' OPEN"




 
The following users thanked this post: odaman68000