Hi, Can anyone tell me if you can control GENESIS with AREXX to connect/disconnect interfaces? I am sure you can, but can't get it working. Would someone mind...
Andrew Bruno
abruno@...
Dec 8, 2001 9:52 pm
2528
Hi fellow Amigans I just joined and although I have used an Amiga for years I guess like many folk I have never got up to speed with Arexx :-) Shame! So if it...
Using WShell in conjunction with Flashfind utilty to generate a file ('stdout'). The color of the output in the shell window is blue. When reading the text...
... A better soltion would be not to generate them in the first place; flashfind allows you to turn off the highlighting. The square 0 you're refering to is...
... zamarra's ... Searched message archive and found the library... rexxsupport How come this script worked once caused the delay and no error message then...
Once upon a time, 21-Dec-01 15:07:37, sarkis_44 spoke thus about ... It's in rexxsupport.library you need to add the following line to the start of your...
sarkis_44 said, ... If another script had already added the library, any subsequent script will find the function. Reboot and try to run your script and it...
Hi! ... Probably another rexx script opened the library before your script called the function. This way you didn`t need to open the library for yourself...
... Pherhaps you run another script before which opens the library correctly. ARexx has an own Library-list. If a function is not found ARexx will search throu...
Hi, ... This should be possible, but it's not an easy project to start with. Have you ever taken a look of the HTML-Source of the messages? There is not only...
... message ... script ... will ... until ... Thats what it was. I have an arexx screen saver and thats where the the other script came into play.. ... ...
... message ... for ... Yes had a screen saver script working ... will check the screen saver script ... open?*/ ... to open it*/ ... thank-you laters... ...
Hi all. ... Getting html files with arexx is really easy without using rxsocket. Btw, does anyone know how to handle binary files with open() and readch() ?...
... It was just in my mind, haven't thought of TCP: But you have to know HTTP, with wget you just need to know the URL. ... readln() just reads until it...
Hello Bernd Many thanks for this. For some reason I haven't seen the earlier posts, the emails from the Arexx group have only started to arrive in the past ...
... This is utterly pointless, since addlib() doesn't add dupes to the library list anyway. And checking it's return code is just as pointless, since it...
... Unfortunately, since this list started I've been through three MUA changes (Yam -> Thor -> Agent -> Mutt), and the only one to survive has been Yam :) It's...
Hi Bernd! ... What do you mean? Thought WGet was also for http:// only. ... thx ... Hm, i never used call. What is it for? ... Hm, i run into problems when...
G'day sarkis, On 21-Dec-01, you wrote: s> Searched message archive and found the library... rexxsupport s> How come this script worked once caused the delay...
Craig Hutchison
chotch@...
Dec 21, 2001 6:06 pm
2550
... wget supports HTTP, HTTPS, and FTP, with or without proxies, according to the 1.8.1 manual. curl is a good tool for grabbing URI's. ... Rexx attempts to...
Using the function DELAY() to sort a list of dates chronilogically. ie dt.1 = 20011103 /*dt. is a stem variable */ dt.2 = 20011207 dt.3 = 20001206 The...
Once upon a time, 22-Dec-01 01:49:20, Thomas Hurst spoke thus about ... Yes it is, (pointless), since it will also add libraries that don't exist as well. ... ...