home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / ter44.zip / TERMINAT.EXT < prev    next >
Text File  |  1992-09-28  |  2KB  |  70 lines

  1.  
  2. %
  3. % Extension edit file, max 50 entries
  4. %
  5. % This file is almost compatibel with Norton Commandor 3.0
  6. % If you have NC.EXT, then copy it into TERMINAT.EXT and change
  7. % all !.! -=> !F  and  ! to !D
  8. % Blank lines and lines starting with % will be ignored.
  9. %
  10. % The idea of this system if that you should not waste time figuring out
  11. % what program to call to see or use files with a certain extension.
  12. % Like a file called TERMINAT.DOC, a file ending in .DOC is almost always
  13. % a file that you only want to view, not edit. There you would normally
  14. % call the viewer, called lets say LIST.COM, by pressing V inside the
  15. % filemanager. But if you have an extension in this file called DOC:
  16. % that program will be called when pressing RETURN over that file.
  17. % If you have a line here like
  18. %
  19. % DOC:  LIST !F !M
  20. %
  21. % and you press RETURN on a .DOC file LIST will be called together with the
  22. % complete filename of the current file. The !F will be replaced with the
  23. % filename of the current file. The !M tells Terminate to swap out memory
  24. % first if the program needs a lot of memory. If you use the !W parameter
  25. % Terminate will wait for a keypress after the command has been executed.
  26. %
  27. %
  28. % Syntax:
  29. %
  30. %
  31. %    ┌─ Colon must be position 4 on line
  32. %    │
  33. % txt:  edit !F
  34. %  ^    └──┬──┘
  35. %  │       └── DOS command
  36. %  └─ File extension
  37. %
  38. %   !M Swap memory first
  39. %   !W Wait for return after
  40. %   !F Name at current position, only in filemanager
  41. %   !D Directory path to current directory
  42.  
  43. % Programs that can be executed directly
  44.  
  45. BAT:    !F !M
  46. EXE:    !F !M
  47. COM:    !F !M
  48.  
  49. % Other extensions
  50.  
  51. BBS:    R:\T\VFB !D !M
  52. GL :    C:\SPIL\GRASP\GRASPRT.EXE !F !M
  53. BAK:    DEL !F
  54. ARC:    shez !F !M
  55. LZH:    shez !F !M
  56. ZIP:    shez !F !M
  57. ZOO:    shez !F !M
  58. ARJ:    shez !F !M
  59. TXT:    q !F !M
  60. ASC:    type !F !W
  61. ANS:    type !F !W
  62. CTL:    q !F !M
  63. CFG:    q !F !M
  64. DOC:    list !F !M
  65. GIF:    VPIC !F !M
  66. MOD:    c:\sb\wowii.exe !F /I:7 /B:16384 !M
  67. VOC:    c:\terminat\voc\x\voc.exe !F !M
  68. PAS:    c:\tp6\turbo.exe !F !M
  69.  
  70.