home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / novell / 9713 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!mcsun!Germany.EU.net!rrz!jo
  3. From: jo@rrz.de (Jochen Magnus)
  4. Subject: MAP ROOT: Available in the DOS-API?
  5. Message-ID: <1992Nov20.122132.216@rrz.de>
  6. Keywords: MAP, DOS-API
  7. Sender: jo@rrz.de
  8. Organization: Rhein-Rechenzentrum GmbH, Koblenz, Germany
  9. Date: Fri, 20 Nov 92 12:21:32 GMT
  10. Lines: 21
  11.  
  12. How can I implement the MAP ROOT-Command using the DOS-API?
  13. For to assign a drive-letter to a NetWare-Volume and -Path it is possible to  
  14. use the MAP-command. F.e. MAP F:=VOL1:DIR1 mapps F: to the Path DIR1 located on  
  15. the volume VOL1. 
  16. But the DOS-Command DIR F:\*.* then shows the contents of VOL1's ROOT, not the  
  17. one of DIR1 (this does DIR F:*.*). To avoid this, one can use the MAP-command  
  18. with the command-line-parameter ROOT (f.e.: MAP Root F:=VOL1:DIR1.
  19.  
  20. But I'm helpless to use the root-option within the DOS-API. I know how to map a  
  21. drive with ALLOC_PERMANENT_DIRECTORY_HANDLE. But I can't implement a map of a  
  22. Volume/Path-combination to a root. Any hints?
  23.  
  24. Thanks in advance.JO. 
  25.  
  26. --
  27. Jochen Magnus               E-Mail: jo@rrz.de (NeXT-Mail o.k.)
  28. Rhein-Rechenzentrum GmbH    Voice:  +49 261 892 520
  29. August-Horch-Strasse 28     Fax:    +49 261 892 525
  30. D-5400 Koblenz, Germany     < DELENDA EST C... >
  31.  
  32.  
  33.