home *** CD-ROM | disk | FTP | other *** search
- @Echo off
-
- C:\TE\TERMAIL\TM %1 %2 %3 %4 %5
-
- GOTO END
-
- Rem This file belongs to Terminate the final terminal program
- Rem Copyright 1992,96 by Strathrory Systems Ltd.
- Rem
- Rem This file will start up the maileditor from Terminate
- Rem
- Rem There is no need to include the Terminate directory in your PATH
- Rem statement. Just specify the complete path to the TM.EXE file.
- Rem Just change line 3 to your direct path to the TM.EXE file and
- Rem move this file (TM.BAT) to a directory in your PATH (C:\BAT,C:\DOS).
- Rem Then you can start the maileditor from anywhere just by typing TM.
- Rem
-
- :END
-
- EXIT
-