home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / misc / 19483 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.1 KB  |  52 lines

  1. Newsgroups: comp.sys.amiga.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!spool.mu.edu!agate!ames!purdue!news.cs.indiana.edu!nstn.ns.ca!news.ucs.mun.ca!cs.mun.ca!odie.cs.mun.ca!thom
  3. From: thom@odie.cs.mun.ca (Thom the Tyrant)
  4. Subject: To ALIAS, or not to ALIAS [ie: What's up?]
  5. Message-ID: <1993Jan5.214708.10822@cs.mun.ca>
  6. Sender: usenet@cs.mun.ca (NNTP server account)
  7. Organization: CS Dept., Memorial University of Newfoundland
  8. Distribution: na
  9. Date: Tue, 5 Jan 1993 21:47:08 GMT
  10. Lines: 40
  11.  
  12. Below is a copy of my "Shell-Startup" [WB 1.3] I, for the life of me 
  13. cannot explain what is causing my strange "problem" (?)  8-)
  14.  
  15.  Everything works A-ok! but, some of these alias don't seem to be
  16.  put into "effect" ie: The system seems to ignore them. Well actually,
  17.  the only ones that get ignored are some of the 2 letter alias's
  18.  ie: es or rm.  Now, here is the strange part... if I have just the
  19.  "rm" alias or the "es" in the file it works... but add the rest and 
  20.  poof! they disappear. I suspected at first that there was a maximum
  21.  number of alias's one could create - but that don't seem to be the case.
  22.   My other theory was that somehow, since there is another entry that    
  23.  follows "es" and "rm" that STARTS with the SAME letter perhaps it gets
  24.  overwritten - but! - the others don't get overwritten ie: F0 F1
  25.  and the only difference is - one contains numerals -. Somehow numbers
  26.  are treated differently, or rather, alias's are treated differently
  27.  if followed by a numeral? Can anyone confirm my theory? offer up
  28.  a correct answer? etc; etc;
  29.  
  30.  Perplexed,      REMEMBER! T'is the *2* character alias's that are
  31.     Thomas                 presenting the problem... specifically
  32.                            "es" and "rm". I can add more single
  33.                without any problems. BOTH work, just 
  34.                not in this situation.
  35.  
  36. Prompt "%N.%S> "
  37. alias es ed SYS:s/startup-sequence
  38. alias p type
  39. alias m execute dh1:music/pro
  40. alias e endcli
  41. alias rm delete
  42. alias t test
  43. alias d dir
  44. alias ls list
  45. alias r  cd ram:
  46. alias f0 cd df0:
  47. alias f1 cd df1:
  48. alias 0 cd dh0:
  49. alias 1 cd dh1:
  50. alias 2 cd dh2:
  51. alias 3 cd dh3:
  52.