I want to check to see what devices are mounted. exists("cd1:") works if cd1: does exist, but brings up a requestor if it doesn't. show() and showlist() won't...
Ash Wyllie
ashw@...
Nov 12, 2002 5:02 pm
2945
Ash Wyllie said, ... options results address command 'Assign >NIL: CD1: exists' if RC = 5 then say 'CD1: not mounted' Cheers Neil -- If this leaves a waxy...
Gently extracted from the mind of Neil Bothwick; ... Brilliant! That noise you hear is me slapping myself for not thinking of it. -ash for assistance dial...
Ash Wyllie
ashw@...
Nov 13, 2002 11:34 am
2949
... it ... call pragma('W','N') res=exists('cd1:') call pragma('W','Y') Ciao. Alfonso....
... Nah, I think they are fighting over who gets to use it first. Regards Garry -- Forget the Klingons off the starboard bow, the Borg are right behind us. How...
... yep, got it, thanks ... hmmm.... sadly does not load up into Voyager (3.2)... maybe a js prob -- Running On: Amiga1200T(Rev2B)apollo 060/50 32mb, ...
Hi, If I open a "file" or port is it? to a TCP socket, can I just copy a file to it? I want to open a file/port, write some data to it, and then whack a file ...
Andrew Bruno
abruno@...
Dec 11, 2002 6:15 am
2967
Andrew Bruno said, ... readch()/writech() would be much faster, although you'll have to do it in 64K chunks thanks to ARexx's variable size limit. If you know...
I had some trouble with the web in the last days. Now It seems I found a stable home page at http://digilander.libero.it/asoft/ Ciao. Alfonso. P.S. On that hp...
... -- 8< -- ... Actually, any chunk larger than 1k works fairly fast, IIRC. I have appended a short script that mimics the c:copy command - it is very fast,...
Hannu E K Nevalainen ...
garbage_collector@...
Dec 11, 2002 6:18 pm
2970
Hello Neil ... Yeah? Ok. But I guess just a bit more code. ;-) ... What happens if the file is >64k? Which brings me to another question on that then. ...
Andrew Bruno
abruno@...
Dec 12, 2002 6:02 am
2971
Hello Alfonso ... (Please - enough of the cookies! My computer is fat enough. I think I will have to put it on a diet!) ... You'll be hearing from me. I'm...
Andrew Bruno
abruno@...
Dec 12, 2002 7:20 am
2972
Hello Hannu ... Thanks, but I have just read it (real time) and haven't digested it all. What is that line: bytes = bytes+writech(out,readch(in,2048)) do? ...
Andrew Bruno
abruno@...
Dec 12, 2002 8:06 am
2973
Andrew Bruno said, ... You get the first 64K, like it says in rmh.guide. ... That depends opn the data you're reading and how the script handles its ...