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@...
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...
... 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...
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@...
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:...
... Redirect it's stdin stream from a pipe and write to that pipe: somecommand <pipe:bla echo "Whatever" >pipe:bla -- Thomas 'Freaky' Hurst - freaky@......
... 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 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...
... 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 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)...
... 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 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...
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...
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...
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...
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 ...
... 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...
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...
... 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...
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@...
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...
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...
... They can be found in the dice source archive (I attached it). To be compatible you must: - patch EnterSymbol() struct RexxSymbol * sym = EnterSymbol(APTR...
... 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...
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...
... 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...
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...