home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / ter110.zip / TER110.EXE / UTILS._XE / TERMINAT.EXT < prev    next >
Text File  |  1993-08-26  |  3KB  |  103 lines

  1. %
  2. % Extension edit file, max 100 entries
  3. %
  4. % This file is almost compatibel with Norton Commandor 3.0
  5. % If you have NC.EXT, then copy it into TERMINAT.EXT and change
  6. % all !.! -=> !F  and  ! to !D
  7. % Blank lines and lines starting with % will be ignored.
  8. %
  9. % The idea of this system if that you should not waste time figuring out
  10. % what program to call to see or use files with a certain extension.
  11. % Like a file called TERMINAT.DOC, a file ending in .DOC is almost always
  12. % a file that you only want to view, not edit. There you would normally
  13. % call the viewer, called lets say LIST.COM, by pressing V inside the
  14. % filemanager. But if you have an extension in this file called DOC:
  15. % that program will be called when pressing RETURN over that file.
  16. % If you have a line here like
  17. %
  18. % DOC:  LIST !F !M
  19. %
  20. % and you press RETURN on a .DOC file LIST will be called together with the
  21. % complete filename of the current file. The !F will be replaced with the
  22. % filename of the current file. The !M tells Terminate to swap out memory
  23. % first if the program needs a lot of memory. When using the !W parameter
  24. % Terminate will wait for a keypress after the command has been executed.
  25. %
  26. % Wildcards in extension: You can use a '?' anywhere in the extensions.
  27. % Like: ZI?  will process all files called: ZIP,ZI1,ZIA,ZIX.
  28. %
  29. %
  30. % Syntax:
  31. %
  32. %
  33. %    ┌─ Colon must be position 4 on line
  34. %    │
  35. % txt:  edit !F
  36. %  ^    └──┬──┘
  37. %  │       └── DOS command
  38. %  └─ File extension
  39. %
  40. %   !M  Swap memory first
  41. %   !W  Wait for return after
  42. %   !F  Name at current position, only in filemanager
  43. %   !F2 Name at current position, in the other window
  44. %   !D  Directory path to current directory, without backslash
  45. %   !D2 Directory path to directory in the other window without backslash
  46.  
  47. % Programs that can be executed
  48.  
  49. BAT:    !F !M
  50. EXE:    !F !M
  51. COM:    !F !M
  52.  
  53. % Archives
  54.  
  55. AR?:    shez !F !M
  56. LZ?:    shez !F !M
  57. LH?:    shez !F !M
  58. ZI?:    shez !F !M
  59. ZO?:    shez !F !M
  60. SQ?:    shez !F !M
  61. DW?:    shez !F !M
  62.  
  63. % Music and pictures
  64.  
  65. GL :    C:\GRASP\GRASPRT.EXE !F !M
  66. FLI:    C:\ANIM\AAPLAY.EXE !F !M
  67. GIF:    C:\CSHOW\CSHOW !F !M
  68. BAK:    DEL !F
  69. MOD:    c:\wow\wowii.exe !F /SB /I:7 /B:16384 !M
  70. VOC:    c:\voc\vocplay.exe !F !M
  71.  
  72. % Programming
  73.  
  74. PAS:    c:\bp8\bp.exe !F !M
  75. H  :    q !F !M
  76. C  :    q !F !M
  77.  
  78. % Mail files
  79.  
  80. PK?:    c:\terminat\utils\pktview !F !M
  81. ?UT:    c:\terminat\utils\pktview !F !M
  82. PWD:    c:\terminat\utils\pktview !F !M
  83. ?LO:    q !F !M
  84. MO?:    shez !F !M
  85. TU?:    shez !F !M
  86. WE?:    shez !F !M
  87. TH?:    shez !F !M
  88. FR?:    shez !F !M
  89. SA?:    shez !F !M
  90. SU?:    shez !F !M
  91.  
  92. % Textfiles and other extensions
  93.  
  94. BBS:    R:\T\BLA !D !W
  95. TXT:    q !F !M
  96. ASC:    type !F !W
  97. ANS:    type !F !W !M
  98. GBS:    type !F !W !M
  99. CTL:    q !F !M
  100. CFG:    q !F !M
  101. DOC:    list !F !M
  102.  
  103.