mailcap.win32 914 B

123456789101112131415161718192021222324252627
  1. # sample %HOME%\mailcap.win32
  2. # format : <pattern><tabs><commandline>
  3. # lines starting with '#' are regarded as comments
  4. # patterns are not case sensitive, wilcards (?,*) are supported
  5. # note: only tabs are valid separators, dont use spaces
  6. .BAT notepad "%s"
  7. .CMD notepad "%s"
  8. #.COM "?p\AntiVirus\VirusChecker.exe" "%s"
  9. #.CPL "?p\AntiVirus\VirusChecker.exe" "%s"
  10. #.EXE "?p\AntiVirus\VirusChecker.exe" "%s"
  11. #.LNK "?p\AntiVirus\VirusChecker.exe" "%s"
  12. #.OCX "?p\AntiVirus\VirusChecker.exe" "%s"
  13. #.PIF "?p\AntiVirus\VirusChecker.exe" "%s"
  14. #.SCR "?p\AntiVirus\VirusChecker.exe" "%s"
  15. #.SHS "?p\AntiVirus\VirusChecker.exe" "%s"
  16. #.VB? "?p\AntiVirus\VirusChecker.exe" "%s"
  17. #.WS? "?p\AntiVirus\VirusChecker.exe" "%s"
  18. .eml notepad "%s"
  19. #.do? wordpad "%s"
  20. #.do? "?p\Word Viewer\wordview.exe" "%s"
  21. #.xl? "?p\XLView\xlview.exe" "%s"
  22. #.pp? "?p\PowerPoint Viewer\ppview32.exe" "%s"
  23. #.snp "?p\Snapshot Viewer\snapview.exe" "%s"