home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1100 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: news.ox.ac.uk!news
  2. From: Nick Christie <nick.christie@oucs.ox.ac.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: SystemTagList()
  5. Date: 15 Jan 1996 16:55:30 GMT
  6. Organization: Oxford University Computing Services
  7. Message-ID: <4de0u2$s18@news.ox.ac.uk>
  8. References: <4d7cl3$fs4@strauss.udel.edu>
  9. NNTP-Posting-Host: nick.oucs.ox.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  14.  
  15. jcorig@strauss.udel.edu (John Pat Corigliano) wrote:
  16. >I am using SystemTagList() to launch other programs and having trouble
  17. >determining the system path (the one set by the user).[...]
  18.  
  19. Have a look in the source for ToolManager:
  20. aminet://util/boot/ToolManager21s.lha
  21. It's very instructional and includes code to copy the system
  22. path, append further directories, and then use the combined
  23. path in a System() call.
  24.  
  25. >Also, I Lock() a directory for the NP_CurrentDir [...]
  26. >Does the spawned process free this lock?
  27.  
  28. Yes, I think so, but I don't have all the docs here to be sure.
  29. Check in the dos header files - I think there's a comment
  30. next/near to the definition of NP_CurrentDir.
  31.  
  32. Nick
  33. +------------------------------------------------------------------------+
  34. | Nick Christie, IT Support,      <mailto://nick.christie@oucs.ox.ac.uk> |
  35. | Oxford University Computing Services,    <http://sable.ox.ac.uk/~nick> |
  36. | 13 Banbury Road, Oxford OX2 6NN.        Opinions expressed are my own. |
  37. +------------------------------------------------------------------------+
  38.  
  39.  
  40.