Search the web
Sign In
New User? Sign Up
arexx · This list is devoted to the powerful Amiga scripting language, ARexx. Here ARexx coders can share ideas, routines and generall
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3232 - 3261 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3232
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 7, 2004
2:34 pm
3233
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...
Robin
amiganiac
Offline Send Email
Mar 7, 2004
2:43 pm
3234
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...
Opi
opionline
Offline Send Email
Mar 7, 2004
4:47 pm
3235
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 7, 2004
9:04 pm
3236
Hello Opi, ... I will try to check out your idea... Copyright (c) by Darek A.D. 2004...
Dariusz Gac
dopuser
Offline Send Email
Mar 7, 2004
9:23 pm
3237
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 8, 2004
12:13 pm
3238
Hello Dariusz How about this ? CALL OPEN out,"PIPE:dopus.tmp",write CALL WRITELN out, 'echo " "' CALL WRITELN out, 'echo "... Executing "' file CALL WRITELN...
Robin
amiganiac
Offline Send Email
Mar 8, 2004
1:20 pm
3239
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 8, 2004
5:48 pm
3240
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. ...
Opi
opionline
Offline Send Email
Mar 14, 2004
3:17 am
3241
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 14, 2004
8:01 am
3242
Hello Opi, ... So now my script looks like: /* $VER: Executeinshell.dopus5 1.2 (09.03.2004) Dariusz Gac do_darka@... Usage: Function: Arexx...
Dariusz Gac
dopuser
Offline Send Email
Mar 14, 2004
12:36 pm
3243
Hi Dariusz, ... No... id = PRAGMA('ID') temp = "PIPE:dopustemp."||id CALL OPEN out,temp,write or id = PRAGMA('ID') temp = "dopustemp."||id CALL OPEN...
Polymere
polyamiga
Offline Send Email
Mar 14, 2004
1:24 pm
3244
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...
Opi
opionline
Offline Send Email
Mar 14, 2004
1:48 pm
3245
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...
Dariusz Gac
dopuser
Offline Send Email
Mar 14, 2004
1:53 pm
3246
Hello Opi, ... Script is working fine now... just uploaded to Aminet :)... -- Copyright @ by Darek A.D. 2004...
Dariusz Gac
dopuser
Offline Send Email
Mar 14, 2004
2:46 pm
3247
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@...
Send Email
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"...
Neil Bothwick
wirenetuk
Offline Send Email
Apr 1, 2004
10:28 am
3249
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....
Warren Katchmar
wkatchmar
Offline Send Email
Apr 5, 2004
3:32 am
3250
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@...
Send Email
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@...
Send Email
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...
Bernd Gollesch
bgollesch
Offline Send Email
Apr 13, 2004
1:06 pm
3253
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@...
Send Email
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...
Bernd Gollesch
bgollesch
Offline Send Email
Apr 15, 2004
2:41 pm
3255
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...
sarkis simon
sarkis_44
Offline Send Email
May 8, 2004
11:16 pm
3256
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...
Robin
amiganiac
Offline Send Email
May 9, 2004
7:27 am
3257
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...
Robert A. Sisk
rsisk2003
Offline Send Email
May 25, 2004
9:50 pm
3258
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...
Robert A. Sisk
rsisk2003
Offline Send Email
May 30, 2004
11:33 pm
3259
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...
sarkis simon
sarkis_44
Offline Send Email
Jun 1, 2004
10:51 pm
3260
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 ...
Robin
amiganiac
Offline Send Email
Jun 1, 2004
11:19 pm
3261
Hi, Does anybody know of an Arexx script that contains code for checking if a certain window is open ? Thanks Brian...
Brian Sharman
wiggly_jim
Offline Send Email
Jun 5, 2004
9:51 am
Messages 3232 - 3261 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help