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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3011 - 3040 of 3693   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3011
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 <sarkis_...
sarkis_44
Offline Send Email
Feb 4, 2003
3:10 pm
3012
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...
Neil Bothwick
wirenetuk
Offline Send Email
Feb 4, 2003
3:41 pm
3013
... Are you sure? AFAIK RAM: doesn't use a filesystem, it's only a handler. I agree that it is bloody slow though :) -- Paul...
Paul Hill
paulroberthill
Offline Send Email
Feb 4, 2003
6:21 pm
3014
... 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@...
Send Email
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. ...
Neil Bothwick
wirenetuk
Offline Send Email
Feb 4, 2003
7:29 pm
3016
... Setting "Quiet" to the command ? would it make the overall process faster? Just read the DOS manual...on COPY command.. ...
sarkissimon@...
Send Email
Feb 4, 2003
7:44 pm
3017
"Neil Bothwick" <neil@...> ... is there an alternative? pfs3 do you have that on amithlon? beers sARKIS ... ...
sarkissimon@...
Send Email
Feb 4, 2003
8:37 pm
3018
sarkissimon said, ... PFS3 works well on Amithlon, but I've no idea if you can use it on a RAM disk. Cheers Neil -- Tribble math: * + * =...
Neil Bothwick
wirenetuk
Offline Send Email
Feb 4, 2003
10:57 pm
3019
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...
Todd Oberly <taoberly...
toddoberly
Offline Send Email
Feb 5, 2003
7:57 am
3020
... 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...
Bernd Gollesch
bgollesch
Offline Send Email
Feb 5, 2003
8:34 am
3021
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 ...
Todd Oberly <taoberly...
toddoberly
Offline Send Email
Feb 5, 2003
5:55 pm
3022
... 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@...
Send Email
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...
Donald Dalley
d_dalley_ca
Offline Send Email
Feb 6, 2003
12:11 am
3024
... ############ 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@...
Send Email
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....
Todd Oberly <taoberly...
toddoberly
Offline Send Email
Feb 12, 2003
6:11 am
3026
Todd Oberly said, ... Try address command 'rxset procnum `run RequestChoice >ENV:StopMe "...blah"`' procnum = getclip('procnum') parse var procnum . 'CLi '...
Neil Bothwick
wirenetuk
Offline Send Email
Feb 12, 2003
8:56 am
3027
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,...
Alfonso Ranieri
alforan
Offline Send Email
Feb 12, 2003
6:39 pm
3028
... 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...
Todd Oberly <taoberly...
toddoberly
Offline Send Email
Feb 12, 2003
9:00 pm
3029
... 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...
Todd Oberly <taoberly...
toddoberly
Offline Send Email
Feb 12, 2003
9:07 pm
3030
I've written a script that helps me manage lists of words or phrases. I store the list during run-time in an array with array.0 as the counter. I'm...
Chris Elliott
sembazuruplus
Online Now Send Email
Feb 17, 2003
1:33 pm
3031
... 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@...
Send Email
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...
Chris Elliott
sembazuruplus
Online Now Send Email
Feb 18, 2003
2:45 pm
3033
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 <taoberly...
toddoberly
Offline Send Email
Feb 27, 2003
4:01 am
3034
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...
Neil Bothwick
wirenetuk
Offline Send Email
Feb 27, 2003
9:54 am
3035
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@...
Send Email
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...
Bernd Gollesch
bgollesch
Offline Send Email
Feb 27, 2003
10:11 am
3037
... 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@...
Send Email
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...
Polymere
polyamiga
Offline Send Email
Feb 27, 2003
4:03 pm
3039
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
sembazuruplus
Online Now Send Email
Feb 28, 2003
12:56 am
3040
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...
Neil Bothwick
wirenetuk
Offline Send Email
Feb 28, 2003
1:01 am
Messages 3011 - 3040 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