home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11407 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.5 KB  |  34 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!microsoft!hexnut!jenk
  3. From: jenk@microsoft.com (Jen Kilmer)
  4. Subject: Re: How do you hide msdos dirs
  5. Message-ID: <1992Dec15.071954.9124@microsoft.com>
  6. Date: 15 Dec 92 07:19:54 GMT
  7. Organization: Microsoft Corporation
  8. References: <Byy1K3.910@knot.ccs.queensu.ca> <1992Dec11.111301.16834@reks.uia.ac.be> <1gaseuINNlbr@darkstar.UCSC.EDU>
  9. Lines: 23
  10.  
  11. In article <1gaseuINNlbr@darkstar.UCSC.EDU> ted@helios.UCSC.EDU (Ted Cantrall) writes:
  12. >In article <1992Dec11.111301.16834@reks.uia.ac.be> neurogen@reks.uia.ac.be (Neurogenetica) writes:
  13. >->You can set the hidden bit in the attribute byte (the same
  14. >->byte that says that your 'file' is in fact a directory).
  15. >-----------
  16. >In DOS 5 (maybe 4?), use the ATTRIB command. "attrib +h dos /d" will hide the
  17. >dos directory.
  18.  
  19. ...if using 4DOS, which has an internal attrib command with a /d switch...
  20.  
  21. In MS-DOS 5, "attrib +h dos" will hide the dos directory. /D will cause
  22. an error if you're not using 4DOS.
  23. In MS-DOS 4, there's no user command to set the hidden attribute of
  24. subdirectories (you can toggle the hidden attribute on files which 
  25. aren't  subdirectories with the dosshell). There are many utilities which
  26. will set it tho (I personally like DiskEdit from Norton's, which earns
  27. me a lot of ribbing from my "Not Using Debug Proves You're A Wimp" friend).
  28. (But then he's a jock - wrestler -  was first in state for his weight class
  29. his senior year in high school - testosterone poisioning, I guess ;-)
  30.  
  31. -jen
  32.  I'm not an MS-DOS support person anymore, I just sound like one.
  33.  
  34.