Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!uupsi!cci632!ritcsh!ultb!waw5805 From: waw5805@isc.rit.edu (W.A. Willis ) Newsgroups: comp.sys.amiga Subject: Re: help..with alias command ? Message-ID: <1990Dec4.210319.2715@isc.rit.edu> Date: 4 Dec 90 21:03:19 GMT References: <5995@crash.cts.com> Organization: Rochester Institute of Technology Lines: 34 >Article 5626 of comp.sys.amiga: >Path: ultb!rit!rochester!udel!wuarchive!usc!ucselx!crash!pnet01!denny >From: denny@pnet01.cts.com (Dennis Anderson) >Newsgroups: comp.sys.amiga >Subject: Re: help..with alias command ? >Message-ID: <5995@crash.cts.com> >Date: 30 Nov 90 14:36:01 GMT >Sender: root@crash.cts.com >Organization: People-Net [pnet01], El Cajon CA >Lines: 7 > >When in a shell type ASSIGN and hit the return button. Does the word Utilities >show up thereby indicating that it is assigned? I think that is your problem >you can't use the colon (:) after the word utilities unless utilities is >assigned. You should probably change the line to something like >alias lharc sys:utilities/archivers/lharc or substitute DH0: or DF0: for sys: >if those are apropriate. Hope this helps. > Dennis Anderson Maybe I'm not making myself clear. The lharc executable is on a floppy with the complete path of Utilities:Archivers/lharc. What is supposed to happen ( which is what happens with the 'alias zoo Utilities:Archivers/Zoo/zoo' and 'alias arc Utilities:Archivers/arc' aliases set up in the same shell-startup file ) is that I get prompted for a disk with the volume name 'Utilities', I insert the disk, and the command gets executed. I'm not expecting my sys:Utilities/ directory to be searched. Again, this works for the zoo, arc, pkax, and zip aliases set up in exactly the same way. I don't understand why it doesn't work for the lharc one. Also, when I type 'alias' with no parameters to see my alias list the lharc alias isn't there ( which obviously is because it is not being set up). Any clues?