Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!pasteur!ucbvax!agate!eris.berkeley.edu!mwm From: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) Newsgroups: comp.sys.amiga.tech Subject: Re: links - forget UNIX; what about AMIGA? Message-ID: <1989Sep13.022711.7311@agate.berkeley.edu> Date: 13 Sep 89 02:27:11 GMT References: <14187@netnews.upenn.edu> <1410031@hpcvca.CV.HP.COM> Sender: usenet@agate.berkeley.edu (USENET Administrator;;;;ZU44) Reply-To: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) Organization: Missionaria Phonibalonica Lines: 82 In article <1410031@hpcvca.CV.HP.COM> charles@hpcvca.CV.HP.COM (Charles Brown) writes: <> ... Now, if we throw in symbolic links, this gunk <> can effectively be ANYWHERE in the filesystem. I can stick a serial <> port in my devs:keymaps directory if I want just by typing <> ln -s ser: "devs:keymaps/why a serial port?" <> This isn't just an extension of UNIX links, this is something entirely <> different, because a handler is user-installable. In essense, as long <> as you 'mount' the right things, you can link arbitrary processes to <> arbitrary filenames. If you want automatic decompression of a file, <> just write an uncompress handler and < How about a booby-trapped file? Now much easier to write: <> ln -s "AREXX:address command run nil: format dh0: <> name GOTCHA!" ReadMe < nil: format dh0:') in a directory listing, would you try and read it? Or how about readme (link to AREXX:address command ':scriptfile') Surely not without reading scriptfile? Alright! Let's have some comments. Please? <> - Ranjit Ok. AREXX: is overkill, unless you actually use the fact that you're running ARexx by providing a client for the server. An AREXX: and a SHELL: device could be used for the same things; you just preface the AREXX: requests with 'rx' for the SHELL: device, and wrap the SHELL: quotes and prefix it with "address command" for the AREXX: device. Of course, if you can provide a client for the ARexx commands so run, and something usefull for it to do, then you might have something really new and wonderfull.