Wish to search on multiple strings using Flash-Find.. Like a "Google" search... for example searc a database for two strings.."foo" abd "bar" has any done this...
... I don't know about flash-find's arexx capabilities, if there is any... If you have a simple search command that will search for ONE string: "foo" and "bar"...
Hannu E K Nevalainen ...
garbage_collector@...
Sep 5, 2003 4:12 pm
3203
Hello Hannu ... Another alternative which I use with 'flashfind' is 'Argue' (Aminet). It won't unfortunately do multiple searches but it makes single searches ...
... What I was trying to point out above was that you MIGHT be able to use anything like "Argue"[1] to do _complex_ searching - in the way I described. i.e....
Hannu E K Nevalainen ...
garbage_collector@...
Sep 7, 2003 7:13 am
3205
... I was thinking of a "pipe" with a "tee" that would place the output of the search of the first string into another shell that would search for the secound...
sarkissimon@...
Sep 7, 2003 6:07 pm
3206
Hi, I am wondering if someone wouldn't mind helping me on what I think would be a small part in a script that I am trying to use with Yam? The script, looks at...
Hello Warren ... I am not a guru, but could maybe help you. Alas the explination you gave was a bit lacking for me sorry. Regards -- Open it up and what have...
Andrew Bruno
abruno@...
Sep 16, 2003 6:56 am
3208
I'm trying, so far unsuccessfully, to open an AmigaGuide document with the AGA_Secure tag to disable internal ARexx and shell commands. If you'd care to see my...
Robert A. Sisk
RSisk@...
Oct 21, 2003 11:31 pm
3209
Hi, I have been talking with Michael, but we are stuck to what is happening. If I use the program I get HUGE up/down arrows on the right. HUGE! I know it may...
Andrew Bruno
abruno@...
Nov 7, 2003 7:29 am
3210
On Freitag, 07.11.03 at 07:29:01, abruno@... wrote about #[arexx] EBGuide problem.# : AB-> I have been talking with Michael, but we are stuck to what...
Roy Bartsch
shotbb-ml@...
Nov 10, 2003 7:43 pm
3211
Hello Roy ... Oops. Sorry. It is an AREXX script which downloads the TV guides from the internet for us here in Oz. Look on Aminet and give it a go, but I...
Andrew Bruno
abruno@...
Nov 11, 2003 7:56 am
3212
On Dienstag, 11.11.03 at 07:56:05, abruno@... wrote about #[arexx] Re: EBGuide problem.# : AB-> It is an AREXX script which downloads the TV guides...
Roy Bartsch
shotbb-ml@...
Nov 11, 2003 8:20 pm
3213
Hello Robert ... If I am using 3.1 should everything work ok? Regards -- The Borg Cable Co: The subscriber's wishes are irrelevant! Andrew Bruno ...
Andrew Bruno
abruno@...
Nov 14, 2003 8:07 am
3214
Hello to everyone, I got two problems with ARexx: 1. I want to load a node of a guide file into Multiview with an ARexx script. Doing this with SHOWNODE works...
andreas-kra said, ... The reply() should be after the getarg() call, to clear the queue ready for the next input as soon as possible. ... I've seen this a lot,...
... Try something in line with: -- cmdstr='echo >T:TEMPFILE "' command_to_execute '"' '0a'x , 'newshell CON:0/12/480/60/MPegA.040/CLOSE/AUTO/INACTIVE from ...
Hannu E K Nevalainen
garbage_collector@...
Nov 18, 2003 10:34 am
3217
... It doesn't work here either. Apparently MultiView's Open command is broken. ... Don't GetArg() if there's no packet. Try this: call WaitPkt appPort do...
Hi; An easy way to determine the path of a script is: <parse source . . . d e .> where "d" is the progdir plus the scriptname. But if there are spaces in the...
I downloaded ARxShellEngDoc from Aminet and noticed that datatypes.library/ExamineDT shows several undocumented (in NDK3.9) stem tails that don't get set on my...
... Shit, I should think before I upload something. The datatypes doc is from http://ftp.uni-paderborn.de/aminet/aminet/util/libs/dtypes454upd.readme so...
According to SnoopDos, when I start an ARexx script by double-clicking on its project icon with the default tool set to Rx, Rx reads tool types CONSOLE, CMD,...