home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / msdos / apps / 4170 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!bcm!lib!sphm42.sph.uth.tmc.edu!sph0301
  2. From: sph0301@utsph.sph.uth.tmc.edu (Kate Wilson)
  3. Newsgroups: comp.os.msdos.apps
  4. Subject: Re: ANSI-type utility help
  5. Message-ID: <sph0301.32.712590222@utsph.sph.uth.tmc.edu>
  6. Date: 31 Jul 1992 13:43:42 GMT
  7. References: <1992Jul9.225426.685@scott.skidmore.edu> <1992Jul12.022315.5441@highlite.uucp> <1992Jul30.192344.23354@u.washington.edu>
  8. Sender: usenet@lib.tmc.edu
  9. Organization: Univ. of Texas School of Public Health
  10. Lines: 16
  11. Nntp-Posting-Host: sphm42.sph.uth.tmc.edu
  12.  
  13. In article <1992Jul30.192344.23354@u.washington.edu> olsont@hardy.u.washington.edu (.) writes:
  14.  
  15. >  I am looking for a utility that will highlight the names of files
  16. >with user-definable colors based on the file's extension.  For 
  17. >instance, when using dir all .exe file names are red and all .bat
  18. >file names are blue.  Does anyone know of such a utility on any
  19. >of the FTP sites?  
  20. >Thanks in advance,
  21. >todd
  22. >olsont@hardy.u.washington.edu
  23.  
  24. 4DOS has an environment variable called COLORDIR which does this.  You
  25. can add a line to your autoexec file such as:
  26.   SET COLORDIR=COM EXE:RED; BAT:BRIGHT CYAN; RDONLY:BLINK GREEN
  27.  
  28. kate wilson
  29.