Hello! I need help from someone who can write an arexx-script for me. I do a little scripting in other languages at my Macintosh, but I´m not familiar with...
2520
Andrew Bruno
abruno@...
Nov 27, 2001 6:57 am
Hello Bjørnar I shall try to put some thought into it. But here is what I understand of what the script should do. I am repeating it to you because this is...
2521
Andrew Bruno
abruno@...
Nov 27, 2001 7:35 am
Hello Bjørnar Another way you can "check for new file" is to do this: Write the file to the disc on the PC and set an attribute. Check the attribute of the...
2522
Neil Bothwick
wirenetuk
Nov 27, 2001 9:50 am
Bjørnar Albertsen said, ... The simplest approach is probably to mount the server's directory on the Amiga. If only FTP is available to you, use FTPMount (on...
2523
Bjørnar Albertsen
trubadurex
Nov 27, 2001 2:53 pm
... . ... Thanks a lot!! I will take a closer look at both your and Neil´s solution. Mayby I have to bother you with some more questions if I get into ...
2524
Craig Hutchison
chotch@...
Nov 27, 2001 6:06 pm
G'day Bjørnar, On 27-Nov-01, you wrote: BA> This is the situation: BA> I shall use my Amiga and InfoChannel together with a lot of PC´s.(Hmmm!) BA>...
2525
Chris Elliott
sembazuruplus
Nov 28, 2001 8:32 am
ok, not exactly AMIGArexx related, but thought some of you might have heard of something. Is there an implementation of Rexx for PalmOS? I've been writing...
2526
James S. Perrin
blake7_11
Nov 28, 2001 1:13 pm
... I did a port of the palmos sdk (probably a bit out of date now though should work up to PalmOS 3.1 poss 3.5). The diffs are on the aminet AmiPalmDev.lha ...
2527
Andrew Bruno
abruno@...
Dec 8, 2001 9:52 pm
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...
2528
pwhatton
Dec 10, 2001 3:28 pm
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...
2529
sarkis_44
Dec 20, 2001 3:54 am
Using WShell in conjunction with Flashfind utilty to generate a file ('stdout39;). The color of the output in the shell window is blue. When reading the text...
2530
Thomas Hurst
quantum_thinker
Dec 20, 2001 4:15 am
... 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...
2531
sarkis_44
Dec 20, 2001 4:35 am
... file ... WoW!!!!!1 Sarkis seen on his knees crying...... thx Tom...
2532
sarkis_44
Dec 21, 2001 5:07 am
Where does this support function come from? I found reference of it in DOS 2.0 and it is in sullivan and zamarra's Using Arexx on the Amiga Sarkis...
2533
sarkis_44
Dec 21, 2001 5:19 am
... zamarra's ... Searched message archive and found the library... rexxsupport How come this script worked once caused the delay and no error message then...
2534
Dave Clarke
bj73au
Dec 21, 2001 5:23 am
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...
2535
Neil Bothwick
wirenetuk
Dec 21, 2001 9:01 am
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...
2536
castrom@...
mcycus
Dec 21, 2001 9:54 am
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...
2537
Bernd Gollesch
bgollesch
Dec 21, 2001 10:34 am
... 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...
2538
Bernd Gollesch
bgollesch
Dec 21, 2001 10:58 am
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...
2539
sarkis_44
Dec 21, 2001 1:11 pm
... message ... script ... will ... until ... Thats what it was. I have an arexx screen saver and thats where the the other script came into play.. ... ...
2540
sarkis_44
Dec 21, 2001 1:15 pm
... message ... for ... Yes had a screen saver script working ... will check the screen saver script ... open?*/ ... to open it*/ ... thank-you laters... ...
2541
sarkis_44
Dec 21, 2001 1:19 pm
... message ... Pherhaps you run another script before which opens the library correctly.* ... can ... Thank-you Heading to Aminet Laters!!! Sarkis...
2542
castrom@...
mcycus
Dec 21, 2001 1:21 pm
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() ?...
2543
sarkis_44
Dec 21, 2001 1:22 pm
... zamarra's ... the start ... ######### coding it in ######## thank-you sarkis...
2544
Bernd Gollesch
bgollesch
Dec 21, 2001 2:34 pm
... 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...
2545
Paul Whatton
pwhatton
Dec 21, 2001 3:26 pm
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 ...
2546
Thomas Hurst
quantum_thinker
Dec 21, 2001 3:49 pm
... 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...
2547
Thomas Hurst
quantum_thinker
Dec 21, 2001 3:56 pm
... 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...
2548
castrom@...
mcycus
Dec 21, 2001 4:46 pm
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...