Hello, I've created a some Arexx script executing AmigaDOS exe in shell window instead of Magellan standard output. Problem is file RAM:temp that is not always...
Hello Dariusz ... Just a guess, but if the file is not deleted the reason may be that newshell has not finnished yet. Since 'cli' and 'newshell' detach from...
Hello Dariusz, ... perhaps here is a better way: CALL OPEN(out,'CON:0/36/570/225/Ergebniss/auto/close/') and then write(ln) all directly to out, without using...
Hello Robin, ... NewShell window is closed... but Ram:temp file still exist there... I notice it happens while command output in shell window requires" Press...
Hello Opi, ... I have tried it out without success. "file ?" seems to be not executed while inside instruction: CALL OPEN('out', 'file ?')... What I've got is...
Hello Robin, ... This is perfect ! Cool! I have totally forgot about PIPE: device... now it is what I've got on my mind... thanks for all advices... all script...
Hello Dariusz, ... it's not full perfect because you should give all tempfilenames an unique filename for the case the funktion is called twice or more. e.g. ...
Hello Opi, ... That is right... I've just noticed... I can not start a next CLI console via my script while I keep opened a CLI console started before... time...
Hi Dariusz, ... No... id = PRAGMA('ID') temp = "PIPE:dopustemp."||id CALL OPEN out,temp,write or id = PRAGMA('ID') temp = "dopustemp."||id CALL OPEN...
Hello Dariusz, ... no i think because you don't use an unique filename. you still use PIPE:temp because you use quotes. try: temp = "pipe:dopustemp."||id CALL...
Hello Polymere, ... Thanks a lot. This solution solves my problems :) I open many CLI consoles via scripts having no problems at all... at least I think so at...
Hi, Folks, sorry. I know I have been down this road before, but since I asked, I have been through a couple of hard discs. :( I am confused about the...
Andrew Bruno
abruno@...
Apr 1, 2004 8:21 am
3248
... TEST: procedure expose jj. -- Neil Bothwick "I laugh in the face of danger, then I hide until it goes away"...
Hi, I am trying to use a program called Thumbnailmaker. I got all the libraries it calls for. When I click in the icon a window flashes open and closes....
Hello Neil ... Alas this is what is happening from the CLI when I run it my "big script" routine. (output from CLI) Reading the name list Splitting in...
Andrew Bruno
abruno@...
Apr 5, 2004 8:23 am
3251
Thanks for the help I have had so far, but I am still confused. A bit of help has clarified some parts, but alas there are still some things which have me...
Andrew Bruno
abruno@...
Apr 9, 2004 9:21 pm
3252
Hi, ... STEMs can *NOT* be used like that. ... No ":" at the end. Just "CALL FOO" or "CALL FOO()" Variables are only changed if the keyword "PROCEDURE" is not...
Hello Bernd ... Ok, I admit it, I haven't actually tried it yet. Sorry. I see you use what I can only call "double stemed" variables there. Is there a reason?...
Andrew Bruno
abruno@...
Apr 15, 2004 9:06 am
3254
Hoi, ... Yes. I have only to expose one stem, which includes the other stems I want to be global. You could expose as many stems as you want. It's just some...
Hi All, Have a small (no big problem). Installed AF6 and now my arexx scripts come back with an error message..number conversion.. I am using utlities that...
Hello sarkis I dont know AF6 and the tools you use. So I can ust guess ;) ... 3 ' ? Guess the last should not be there. When you use 'address command' in a...
The attached script opens a custom screen, opens a file requester on it, and when I close or cancel the requester, closes the screen and exits. (Don't OK the...
Recently I sent a broken example that tries to auto-close a custom screen by reacting to the signal set by the screen when its last visitor window closes. When...
I have written Arex scripts which primarily intreface with AWEB, PPaint, CEd, Dopus..Have AF6 on 366mz laptop and it does the job with a few reboots. Has any...
Hello sarkis ... I'm using a Pegasos and MorphOS with 68k-Arexx and I'm really enjoying it. About one year ago I'd tested a first ppc-arexx but there were a ...