home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / DOSTOOLS / VC / VCFILTER.EXT < prev    next >
Encoding:
Text File  |  1997-10-30  |  892 b   |  82 lines

  1. ' The following define the filters that are used in the panels.
  2. ' You may add more filters up to a max of 10. 
  3. ' All blank lines, and lines beginning with ' are ignored.
  4.  
  5. All files
  6.     *.*
  7.  
  8. PROGS:    Executable files
  9.     *.exe
  10.     *.com
  11.     *.bat
  12.     *.btm
  13.     *.cmd
  14.  
  15. DBASE:    Database files
  16.     *.dbf
  17.     *.rbf
  18.     *.rxd
  19.     *.dtf
  20.     *.wdb
  21.     *.db
  22.     *.dtf
  23.  
  24. SSHEET:    Spreadsheet files
  25.     *.wks
  26.     *.wk1
  27.     *.wk3
  28.     *.wkt
  29.     *.wkq
  30.     *.wr1
  31.     *.wrk
  32.     *.xls
  33.     *.wq1
  34.     *.vpp
  35.     *.mod
  36.  
  37. WORD:    Word processor files
  38.     *.doc
  39.     *.txt
  40.     *.wps
  41.     *.vw4
  42.     *.wri
  43.     *.sam
  44.     *.jw
  45.     *.ws7
  46.  
  47. GRAPHICS:Graphics files
  48.     *.jpg;*.jpeg
  49.     *.bmp
  50.     *.wmf
  51.     *.pic
  52.     *.wpg
  53.     *.wpb
  54.     *.tif
  55.     *.gif
  56.     *.ico
  57.     *.pcx
  58.     *.grf
  59.     *.drw
  60.     *.clp
  61.     *.msp
  62.  
  63. COMPRESSED:Compressed files
  64.     *.zip
  65.     *.arj;*.a0?;*.a1?
  66.     *.rar;*.r0?;*.r1?
  67.     *.lzh
  68.     *.ain
  69.     *.arc
  70.     *.ha
  71.     *.hpk
  72.     *.hyp
  73.     *.lim
  74.     *.pak
  75.     *.sar
  76.     *.sqz
  77.     *.tar
  78.     *.tgz
  79.     *.uc2
  80.     *.x
  81.     *.zoo
  82.