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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2638 - 2667 of 3728   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2638
Hi, When I download files from Aminet and want to keep the original archives, sorting/putting them somewhere sensible is not always quick/easy. A thought is to...
Andrew Bruno
abruno@...
Send Email
Mar 1, 2002
9:35 pm
2639
Andrew Bruno said, ... As do AWeb, DOpus and Charon, and probably others. ... I wrote a script to do this many years ago. I wrote it to presort downloads for...
Neil Bothwick
wirenetuk
Offline Send Email
Mar 1, 2002
11:34 pm
2640
... If you will use DOpus4.1. for that have an look at aminet/biz/dopus/DOpus4Plus.lha here is the script sortcomment (from me:) which can do that for you! OPI...
opi
opionline
Offline Send Email
Mar 2, 2002
7:24 pm
2641
Hello opi ... I am using Magellan, but I will get it anyway. Thanks. Regards -- Holodeck, run program "Kill_Wesley_One." Andrew Bruno abruno@......
Andrew Bruno
abruno@...
Send Email
Mar 2, 2002
11:56 pm
2642
After starting a dos prog from an arexx script using 'Address command ..... is it possible to send an output to the dos commands input stream??? -- Running On:...
Kev
ukamiga
Offline Send Email
Mar 3, 2002
8:30 pm
2643
... Redirect it's stdin stream from a pipe and write to that pipe: somecommand <pipe:bla echo "Whatever" >pipe:bla -- Thomas 'Freaky' Hurst - freaky@......
Thomas Hurst
quantum_thinker
Offline Send Email
Mar 3, 2002
9:00 pm
2644
... Forgive my ignorance , never used pipes before so this is all new to me. I would like to read and write to 'netcat' using an arexx script. here is a ...
Kev
ukamiga
Offline Send Email
Mar 5, 2002
7:08 pm
2645
Kev said, ... Is this a typo or did you really open the pipe with one name and write to another? ... One process writes to the pipe, the other reads from it. A...
Neil Bothwick
wirenetuk
Offline Send Email
Mar 6, 2002
1:16 am
2646
... Sorry,Yep .... it was a typo, No wonder none of my scripts ever work ;) ... Still using Amigados user guide that came with the os3.0 A4000 here......
Kev
ukamiga
Offline Send Email
Mar 6, 2002
9:45 am
2647
Kev said, ... It's in the Advanced chapter at the back, at least it is on my 3.1 manual. ... Yes. it's basically the same manual, but tree (and profit)...
Neil Bothwick
wirenetuk
Offline Send Email
Mar 7, 2002
2:48 am
2648
... Sadly it does not seem to work :( I can't seem to capture the output... if I use no op redirection then netcat only sends its output when the arexx script ...
Kev
ukamiga
Offline Send Email
Mar 7, 2002
6:53 pm
2649
Kev said, ... Is this a problem with the program, the pipe or the script? First, try running the same commands from a couple of shells. 1> netcat <pipe:into...
Neil Bothwick
wirenetuk
Offline Send Email
Mar 8, 2002
12:58 am
2650
How do use the function (ParseDate)? after the date is parsed out of a text file it is in the format of Jun 05, 2000 is this the format that the above function...
sarkis_44
Offline Send Email
Mar 11, 2002
12:09 am
2651
How do use the function (CompareDates)? after the date is parsed out of a text file it is in the format of Jun 05, 2000 is this the format that the above...
sarkis_44
Offline Send Email
Mar 11, 2002
12:18 am
2652
How do use the function (ParseDate)? after the date is parsed out of a text file it is in the format of Jun 05, 2000 is this the format that the above function...
sarkis_44
Offline Send Email
Mar 11, 2002
1:37 am
2653
... /**/ res1 = ParseDate("Jun 05, 2000", "%b %d, %Y", "DATE1") res2 = ParseDate("Jun 10, 2000", "%b %d, %Y", "DATE2") res = CompareDates("DATE1", "DATE2") ...
Bernd Gollesch
bgollesch
Offline Send Email
Mar 11, 2002
9:35 am
2654
As suspected it looks like Netcat doesn't like having its o/p redirected... maybe something to do with its interactive feature.. Another idea blown ...
Kev
ukamiga
Offline Send Email
Mar 11, 2002
9:05 pm
2655
... AFAIR, you have to tell netcat first that there comes input from STDIN: 1> netcat ?<pipe:into >pipe:outof 1> echo "arguments" >pipe:into 1> type pipe:outof...
Bernd Gollesch
bgollesch
Offline Send Email
Mar 12, 2002
8:31 am
2656
In reply to : Bernd Gollesch Dated :Tue, 12 Mar 2002 09:31:30 +0100 Subject :Re: [arexx] Netcat output ..... plumbing problems? ... Sadly not :(...
Kev
ukamiga
Offline Send Email
Mar 12, 2002
7:07 pm
2657
Kev said, ... Does netcat use asyncio.library? If so, you won't be able to use it with a pipe unless there's a way to disable this. Cheers Neil -- If you can...
Neil Bothwick
wirenetuk
Offline Send Email
Mar 12, 2002
8:37 pm
2658
... Snoopdos says not .... I suppose thats how I would know? -- Running On: Amiga1200T(Rev2B)apollo 060/50 32mb, OS3.1,Dopus5.81,4.3gb HD, Cdrw-MakeCD. Pace...
Kev
ukamiga
Offline Send Email
Mar 13, 2002
7:52 pm
2659
Hi, Folks, I am not having much luck and what is happening is MOST confusing to me. The project is that script to parse the path from Aminet and mirror it on...
Andrew Bruno
abruno@...
Send Email
Mar 18, 2002
7:43 am
2660
Andrew Bruno said, ... What's wrong with using parse on the filenames directly. parse var FullPath . 'aminet/' AminetPath should put 'comm/tcp/Socks5.lha' and...
Neil Bothwick
wirenetuk
Offline Send Email
Mar 18, 2002
8:39 am
2661
Hello ARexx freaks, I'm porting regina to AROS (http://www.aros.org). My goal to have a system fully compatible to ARexx on classic AmigaOS. On m68k platforms...
Staf Verhaegen
staf_verhaegen
Offline Send Email
Mar 23, 2002
11:45 am
2662
... They can be found in the dice source archive (I attached it). To be compatible you must: - patch EnterSymbol() struct RexxSymbol * sym = EnterSymbol(APTR...
Alfonso Ranieri
alforan
Offline Send Email
Mar 27, 2002
6:40 pm
2663
... Thanks, ... My purpose is to be compatible just to the programs which program according to the published Amiga autodocs and use the three functions in the...
Staf Verhaegen
staf_verhaegen
Offline Send Email
Mar 27, 2002
9:31 pm
2664
... If so, be prepared to be not compatible with anything. Ciao. Alfonso....
Alfonso Ranieri
alforan
Offline Send Email
Mar 28, 2002
10:00 am
2665
The following was posted at dpsedit yahoo group: Hi John, Thanks for the heads up, changed mine. One comment, the link should be http://groups.yahoo.com/ to...
bruceee
Offline Send Email
Mar 29, 2002
4:58 pm
2666
... I suspect this is just a poor UI design; the options are set to No (or rather, undefined in your actual stored info) since you haven't set them yet; the UI...
Thomas Hurst
quantum_thinker
Offline Send Email
Mar 30, 2002
6:04 pm
2667
Hi folks! I've been playing around for the last couple of days trying to write a script that will help create WB3.9 menus, since keying all of the information...
Mark Parsons
chunder_the_...
Offline Send Email
Apr 1, 2002
4:11 pm
Messages 2638 - 2667 of 3728   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help