home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / misc / 6566 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.2 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!emory!wa4mei!nanovx!mycro!scott
  2. From: scott@mycro.UUCP (Scott C. Sadow)
  3. Newsgroups: comp.os.msdos.misc
  4. Subject: Re: Assign Help.
  5. Message-ID: <1992Dec15.095901@mycro.UUCP>
  6. Date: Tue, 15 Dec 92 09:59:01 EST
  7. References: <1992Dec14.023258.22874@nstn.ns.ca> 
  8. Lines: 21
  9.  
  10. In article <1992Dec14.023258.22874@nstn.ns.ca>, usenet@nstn.ns.ca (NNTP Entity) writes:
  11. >Can someone tell me how to assign one pathname to serve for another path.
  12. >
  13. >I'm having a problem installing a program on my network account (novell).
  14. >I can only write to the directory c:\users\username and any subdirectories
  15. >after that, and this program wants to write to c:\program, which the network
  16. >won't let happen. So what I want is a way for when the program wants
  17. >to write to the root directory will actually write to users\username
  18. >(.ie make c:\program into c:\users\username.
  19. >
  20. >Thanks for any help. 
  21.  
  22.    try "SUBST D: C:\USERS\USERNAME". then when the program writes into
  23. "D:\PROGRAM", it will really be "C:\USERS\USERNAME\PROGRAM". (Instead of
  24. "D", you can use any other un-allocated drive. With Novell, "C", "D", and
  25. "E" are usually good drives for this sort of thing...
  26.  
  27.  
  28.    Scott C. Sadow
  29.    scott@mycro.UUCP
  30.    ...gatech!nanovx!mycro!scott
  31.