home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / tech / 6407 < prev    next >
Encoding:
Text File  |  1992-12-26  |  617 b   |  22 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!utcsri!geac!zooid!stramba
  3. From: Mike Stramba <stramba@zooid.guild.org>
  4. Subject: setting path in BASH under MINT
  5. Organization: The Zoo of Ids
  6. Date: Sat, 26 Dec 1992 20:33:42 GMT
  7. Message-ID: <1992Dec26.203342.19303@zooid.guild.org>
  8. Lines: 12
  9.  
  10. How can I set the path to include multiple drives in BASH under MiNt?
  11.  
  12. On a Unix system, the path separator would be ':',
  13.  
  14. e.g.  PATH= /bin:/usr/bin
  15.  
  16. but on the ST ':' is needed for 'a:/'  'b:/'.
  17.  
  18. I've tried   PATH=a:/;d:/
  19.              PATH="a:/ d:/"
  20.              PATH=a/:d/            .. doesn't make sense, but hey ...
  21.  
  22.