home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19031 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.1 KB

  1. Path: sparky!uunet!timbuk.cray.com!raistlin!shamash!app
  2. From: app@shamash.cdc.com (CDII Advanced Pkg/Processes)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: system call to get AmigaDos PATH string(s) ?
  5. Message-ID: <51604@shamash.cdc.com>
  6. Date: 21 Jan 93 18:05:31 GMT
  7. References: <1993Jan17.230704.27737@philips.oz.au> <paulk.3cz7@terapin.com>
  8. Organization: Control Data Corporation, Arden Hills, MN
  9. Lines: 25
  10.  
  11. In article <paulk.3cz7@terapin.com> paulk@terapin.com (Paul Kienitz) writes:
  12. >> system call to get AmigaDos PATH string(s) ?
  13. >> One klugey way is :-
  14. >> 
  15. >> Execute ("PATH >T:file", 0L,0L);
  16. >> 
  17. >> then parse T:file.
  18. >> 
  19. >> But there's got to be a neater way.
  20.  
  21. Speaking of the Execute command, why does something like this NOT work?:
  22.  
  23.     Execute ("Path Sys:Utilities Add", 0,0);
  24.  
  25. Does the path info get assigned somewhere other than the current CLI?  Is
  26. there a way to set the path for all CLI's with AmigaDos1.3?
  27.  
  28. I'll need to check again to be sure, but I don't think Stack works with the
  29. Execute command either.  What gives?
  30.  
  31.  
  32. Thanks for any help :)
  33.  
  34. Mike Lundberg
  35. app@shamash.cdc.com
  36.