Hello! I striked on a problem that a program used SELECT INDEX/N as command. So there is a conflict with the ARexx instructions SELECT. At least I get an error...
Hi together, I`ve thought about how to write a empty file with ARexx. My result is attached. I know there exists some executable programms on Aminet that...
/*pdf to postscript batch converter*/ OPTIONS RESULTS IF OPEN(input,bat, R) THEN DO /* opens the batch file (bat) of pdf names */ DO UNTIL EOF(input) /*...
Ram Disk:> Search Ram: *.txt (Tequila|(Run) #? all quiet quick Both of the "Strings" are in a text file but they are not on the same line: ie 101: (String1...
Pseudo code: Open a text file read the lines in it As you read the lines the marker line appears The line following the marker line is the target line... What...
Psceudo code: Do loop Open File A list in Ram: of 879 text files with file name starting with the numeric "200905021015.ps" to "200911071309.ps" they go up...
Creating a template to parse a post script file. A thousand line document in which all the target lines to be parsed begin with "(" as the first character. If...
Hi, here it never worked. I get always with all scripts: +++ Error 47 in line 1: Arithmetic conversion error I tried "RX {f}", "SYS:Rexxc/RX {f}" (AmigaDOS). ...
Hi, Some time ago I posted a message to the rxMUI mailing list about localising rxMUI programs. Robert Sisk responded and pointed me in the direction of the ...
Hi, change the CON settings in RexxMast works fine also with KingCON but I can`t get it work using a separat KCON.prefs (ENV variable). Someone know how to get...
Hi, I want to know if someone have experiences with RexxOpt? (http://main.aminet.net/pub/aminet/util/rexx/RexxOpt_1.8.lha) Also opinions (against or for) are...
Hi, sometimes I`ve the problem in trace output shell that e.g. launching external programs with a deep path and "hundred" or arguments to see the whole line ...
Hi, I`ve a problem with PARSE ARG (see attached script). In the script I replace "," with "." If I enter: "rx Ram:test.rexx 11,1 22,2" I get "Arithmetic...
Hi, I want to have this line in a script that mount a unmounted drive: "IF mountdrive = 1 THEN IF ~EXISTS(currentdrive) THEN ADDRESS COMMAND 'Mount39; ...
Hi, I tried to get/separate ticks (1/50) out of TIME(E) (see attached script). ARexxGuide say: [...]<ss.tt> where <s> is seconds and <t> is ticks of the...
Hello, Alfie. I've sent this message to the RxMUI list without receiving a response, and I see you are on this list, so I'm sending it here. Here are some...
Hi, Working on a project I "stumbled" upon this error. Script: /* */ OPTIONS RESULTS j = "this-is-a-test" ECHO j TRANSLATE(j," ","-") ECHO j (Pretty simple...
I'm consolidating a bunch of backup scripts, and the following line is failing: LHA -arxF a Dest:$lhafile {volume}:#? where $lhafile contains something like...
Hi, (Resending incase it didn't get through the first time) Folks, I've seen a few replies, but haven't got them at time of writing this. Sorry for not...
Hi, Ok, bad subject gramma. But I have this script running from a button on Dopus (magellan) and it doesn't always work. It is used to talk to YAM and get the...
Hi, I posted a reply to your replies on my "Why doesn't this script work" post. At the time I didn't realise that I didn't see my post come back, but put it ...
Hi, I`ve a problem with PARSE Instruction and don`t understand it well. I want to expand my arexx script that it can handle arguments. First I tried it only ...