Hi, Ok, overview. It is used to time YAM to get e-mails. There are ENV() and SETCLIP() things which need to be set for it to work properly. These are set by...
Andrew Bruno
abruno@...
Jan 12, 2003 11:10 am
2989
Hi, Ok, overview. It is used to time YAM to get e-mails. There are ENV() and SETCLIP() things which need to be set for it to work properly. These are set by...
Andrew Bruno
abruno@...
Jan 12, 2003 11:12 am
2990
Hi, Oh. Sorry. Got carried away wanting to post it. Another "problem" which I have seen is this: I get less than 10 messages. The program waits the normal...
Andrew Bruno
abruno@...
Jan 12, 2003 11:15 am
2991
Hi, CED and AREXX. I know how to talk to CED from AREXX, but when I am cutting text and want to look at the text and parse it, I don't know how to do that. So,...
Andrew Bruno
abruno@...
Jan 15, 2003 8:35 pm
2992
Andrew Bruno <abruno@...> wrote: Wshell has some useful utilities that will direct your output from ced for further action........... regards sarkis ...
sarkissimon@...
Jan 16, 2003 10:01 am
2993
... -- /* BEGIN, LAUNCH FROM CED! */ options results /* ... */ 'status 60' okay1 '"' result '"' -- you can ask CED about anything using the status command. ...
Hannu E K Nevalainen ...
garbage_collector@...
Jan 16, 2003 4:07 pm
2994
Hello, I have been trying to use fhe Find and AminetFind utilities on my AminetCD's using the Workbench arexx commands: they don't work. As i seem able to...
Hello Joseph ... No, not with those. Maybe if you put the script up, I could maybe have a look. No promises though. Regards -- "A starving child is a...
Andrew Bruno
abruno@...
Jan 18, 2003 9:17 pm
2996
Hello Andrew ... Welll it is really just this line 7.Sys:> rx " ADDRESS WORKBENCH 'ICON WINDOW AMINET47:Lists AminetFind OPEN'" does not work 7.Sys:> rx "...
Hello, Joseph: ... Have you seen a TRACE i, to learn what is not working yet? Maybe it will help unpuzzle you. Cheers, -- ... The World of AmiBroker Support ...
Hello Joseph ... OPEN'" does not work ... Ok with that (which is not the easiest to read because of the > in the lines): That doesn't look like an AREXX...
Andrew Bruno
abruno@...
Jan 20, 2003 7:33 am
2999
Hello Andrew & Donald Thanks for your replies ... It is a DOS call on arexx using the RX utility, So the easiest way to verify this : does the line works for...
Hello Joseph ... Well there is a problem. I don't have any handy. I have Aminet 11 I think, or some low number. ... Joseph, regretably I don't think I can...
Andrew Bruno
abruno@...
Jan 21, 2003 8:10 am
3001
Hello Andrew ... It's really just one line that does nothing, i mentioned it but oK here it is again The WARK:APDF and AMINET47:Lists window are both open on...
... The problem is the file attribute from AminetFind. It doesn't have the executeable flag set, so it will not be executet (tried with Aminet50). I copied the...
... sigh... no error message? That's a Microsoft-ism! <GAH> This MIGHT be a problem with the settings in the FILESYSTEM-data (written) onto the Aminet CD....
Hannu E K Nevalainen ...
garbage_collector@...
Jan 23, 2003 3:06 pm
3004
Hello Bernd ... Thank you for your light on the problem. I guess this means i could not use a DOS script either. I was able though to use a "scripit" script...
... Make the DOS script COPY the binary to T: (or some such) then SET the executable flag, then try to execute it. Don't forget to delete the exec. after use...
Hannu E K Nevalainen ...
garbage_collector@...
Jan 23, 2003 8:08 pm
3006
Hello Hannu ... yes indeed, thank you for the suggestion Joseph...
Hello Joseph, ... I tried it with ADDRESS COMMAND "Aminet50:Lists/AminetFind" but that returned "file not executeable", so i guess it won't work with a DOS...
Hi, Folks, a while back I was perplexed with a PARSE problem. I was shown how to fix the problem and it worked. So, now I have the same kind of problem, but...
Andrew Bruno
abruno@...
Feb 1, 2003 1:02 am
3009
Hi, I just realised there MAY be a problem with the e-mail part of my previous post, which MAY cause problems. So I made it simpler: PARSE VAR group.counter...
Andrew Bruno
abruno@...
Feb 1, 2003 1:21 am
3010
Hi, (You know it is one of those days when......) Ok, sorry. Worked it out. My fault. Humble appologies. Lesson: Never think you have really read the code,...
Andrew Bruno
abruno@...
Feb 1, 2003 1:23 am
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 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. ...