SYS info says 5mg/sec as disk speed..SCSI2 warpdrive.. looking at the load from shell window it starts out real fast and then starts to slow in output until...
sarkis simon said, ... This is most likely down to the slow directory handling of FFS, which RAM: uses. As each file is copied, the directory update takes...
... It took nine minutes to read 7000 text files (1500k) appx 10 megs.. System 366mx running Amiga Forever 5 I fell asleep waiting for my A3000 to load them ...
sarkissimon@...
Feb 4, 2003 7:22 pm
3015
Paul Hill said, ... Of course it has a filesystem, where else would you put the files :) ... Always a good clue that it's using FFS or something similar. ...
I was modifying a script yesterday when I noticed something strange...adding a library with addlib() returns true and adds the library to the Library List even...
... addlib() never ever checked if the library exists or not. I can only recommend ArexxGuide form Aminet. ... The library named as an argument to this...
Hi Bernd, ... [...] Thanks for clearing that up. The printed ARexx manual also says that addlib() doesn't open the library, but I took for granted that it ...
... A similar function that does open the library before adding its name to the list is rmh.library/AddLibrary(). Kind regards, -- Bob Robert A. Sisk ...
Robert A. Sisk
RSisk@...
Feb 5, 2003 11:35 pm
3023
Hello, sarkis: ... The way it was explained to me, since my databases have between 1000-3000 files, is that if the drawer has more than about 100 files, there...
... ############ by adding the "buf=0" option to the COPY command was faster by 50%.................... copy work: to ram: quiet....11 minutes copy work: to...
sarkissimon@...
Feb 6, 2003 2:42 am
3025
Hi, I'm back again with another question. :-) I'm working on a script that launches a requester with a single "Stop" button, but does so asynchronously (ie....
Hello Todd ... It can't be used for that goal. You should really think about to open a window with a message in the body and a single button at the bottom,...
... Hmm, so are RxMUI and AWNPipe the *only* ways to do what I want (to close an Intuition requester without clicking any buttons) through Arexx, or are there...
... That's a cleaner way of finding the process number, instead of resorting to an AmigaDOS "status" command, but it doesn't accomplish my goal. I need to...
... If you write the entries to a file, the AmigaDOS Sort command can sort them. ... I wrote him a few years ago, but received no response. I try to use RMH ...
Robert A. Sisk
RSisk@...
Feb 17, 2003 11:21 pm
3032
Hello Robert A. Sisk On 02/17/2003, Robert A. Sisk wrote: RAS> On 17-Feb-03 Chris Elliott <cdelliot@...> wrote: RAS>> Does anyone know of another...
Hi! As a sort-of followup to my earlier thread on requesters, would somebody give me a few pointers on newlines, when used with rexxreqtools.library? I was...
Todd Oberly said, ... Usually you can put "\n" or "*N" in the text. Which you use depending on the particular requester library. The AmigaOS requesters use *N...
Hello Todd ... Sorry Todd, no magic answer from me here. I am going to cop out and give you the best answer I can at this time. Get the rexx-reqtools demo. ...
Andrew Bruno
abruno@...
Feb 27, 2003 9:55 am
3036
Hello Todd, ... This took me some time to understand :) You're giving the parameters for the function all in one string, why? If you have to do so, you should...
... Hmm... RT has no special thing for newlines AFAIK. The only "thing" you have is Arexx/AmigaDOS stuff. Arexx: lf='0a'x // char-code in HEX lf=d2c(10) //...
Hannu E K Nevalainen ...
garbage_collector@...
Feb 27, 2003 12:33 pm
3038
Hi All, I'm working on a port of a big RxMUI app in C. Now I can't find good exemple for send arexx command from my app. I don't want to crash for found good...
Hello Neil Bothwick On 02/27/2003, Neil Bothwick wrote: [...] NB>> lf=d2c(10) NB> lf = 'oa'x Type-o there... should be lf = '0a'x (Number zero, not letter o)....
Chris Elliott said, ... NB>> lf = 'oa'x ... It's a lower case zero. Just trying to increase confusion rather than admit to a tyop :) Cheers Neil -- Light...