home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Hits 1994
/
GREAT_HITS_1994.ISO
/
util
/
_termin.exe
/
0150TER2._XE
/
UTILS.EXE
/
TERMINAT.EXT
< prev
next >
Wrap
Text File
|
1994-08-18
|
4KB
|
118 lines
%
% Extension edit file, max 100 entries
%
% This file is almost compatibel with Norton Commandor 3.0
% If you have NC.EXT, then copy it into TERMINAT.EXT and change
% all !.! -=> !F and ! to !D
% Blank lines and lines starting with % will be ignored.
%
% The idea of this system if that you should not waste time figuring out
% what program to call to see or use files with a certain extension.
% Like a file called TERMINAT.DOC, a file ending in .DOC is almost always
% a file that you only want to view, not edit. There you would normally
% call the viewer, called lets say LIST.COM, by pressing V inside the
% filemanager. But if you have an extension in this file called DOC:
% that program will be called when pressing RETURN over that file.
% If you have a line here like
%
% DOC: LIST !F !M
%
% To use the new internal fileviewer, use the following statement.
%
% DOC: @LIST !F
%
% and you press RETURN on a .DOC file LIST will be called together with the
% complete filename of the current file. The !F will be replaced with the
% filename of the current file. The !M tells Terminate to swap out memory
% first if the program needs a lot of memory. When using the !W parameter
% Terminate will wait for a keypress after the command has been executed.
%
% Wildcards in extension: You can use a '?' anywhere in the extensions.
% Like: ZI? will process all files called: ZIP,ZI1,ZIA,ZIX.
%
%
% Syntax:
%
%
% ┌─ Colon must be position 4 on line
% │
% txt: edit !F
% ^ └──┬──┘
% │ └── DOS command
% └─ File extension
%
% !M Swap memory first
% !W Wait for return after
% !F Name at current position, only in filemanager
% !F2 Name at current position, in the other window
% !D Directory path to current directory, without backslash
% !D2 Directory path to directory in the other window without backslash
% !E Call program without extra COMMAND.COM (COMSPEC), if you use this
% command you must give the full path and extension.
% !CD Change to directory where the program is located, before calling
% the program.
% Programs that can be executed directly. NEVER call resident programs
% from inside other programs like Terminate (TSR's).
BAT: !F !M
EXE: !F !M
COM: !F !M
% Archives, remember to put a !M in the end, if you are low on memory
ARC: pkunpak -v !F |More !W
AR?: arj v !F |More !W
LZ?: lha !F |More !W
LH?: lha !F |More !W
ZI?: pkunzip -v !F |More !W
ZO?: zoo l !F |More !W
SQ?: sqz l !F |More !W
DW?: dwc l !F |More !W
% Music and pictures
GL : C:\GRASP\GRASPRT.EXE !F !M
FLI: C:\ANIM\AAPLAY.EXE !F !M
GIF: CSHOW !F !M
BAK: DEL !F
MOD: c:\wow\wowii.exe !F /SB /I:7 /B:16384 !M
VOC: c:\voc\vocplay.exe !F !M
AP?: fax\faxshow.exe !F !M!E
% Programming
PAS: c:\bp8\bp.exe !F !M
H : q !F !M
C : q !F !M
% Mail files
PK?: utils\pktview.exe !F !M!E
?UT: utils\pktview.exe !F !M!E
PWD: utils\pktview.exe !F !M!E
QQQ: utils\pktview.exe !F !M!E
?LO: q !F!M
MO?: shez !F !M
TU?: shez !F !M
WE?: shez !F !M
TH?: shez !F !M
FR?: shez !F !M
SA?: shez !F !M
SU?: shez !F !M
QWK: C:\ROBOMAIL\ROBOMAIL.EXE !M !CD !E
0??: C:\ROBOMAIL\ROBOMAIL.EXE !M !CD !E
% Textfiles and other extensions
BBS: @LIST !D !W
TXT: q !F !M
ASC: @LIST !F !W
ANS: type !F !W!M
GBS: type !F !W!M
CTL: q !F !M
LOG: @LIST !F !M
CFG: q !F !M
DOC: @LIST !F !M