home *** CD-ROM | disk | FTP | other *** search
- %
- % T E R M I N A T E D E F I N A B L E I N S T A L L A T I O N
- % ─────────────────────────────────────────────────────────────────
- %
- % Extra installation script for INSTALL.EXE
- % Must be called TERMINAT.INS and placed on the LAST disk or in the same
- % path as the installation files.
- %
- % After INSTALL.EXE has called UNPACK.EXE and unpacked all the files this
- % script could be started if you need special files inserted in your
- % configuration.
- %
- % Installation with default values in TERMINAT.CFG:
- %
- % Install the T-IMPORT.CFG, look in example file DOCS\T-IMPORT.CFG for info.
- %
- % Installation of local language files:
- %
- % If you have the online manuals in your local language. Create a
- % selfextracting archive called T-LOCAL.EXE and place on installation
- % disk 1. Then these files will be unpacked to LANGUAGE\ and Terminate
- % will detect and ask the user if he/she wants to use those files
- % instead of english.
- %
- % Auto-installation of keyfile:
- %
- % Rename the keyfile to TER-KEY.EXE and place it on disk 1, then the
- % keyfile will be unpacked in the same directory as TERMINAT.EXE.
- %
- %
- % Available command:
- %
- % $INS will be replaced with the install path (ei: A:\ or C:\TEMP )
- % $TER will be replaced with the Terminate path (ei: C:\TERMINAT )
- % Both keywords will not append a backslash
- %
- % MakeDir path
- % Create a directory or a directory tree
- %
- % ChDir path
- % Change to directory or another drive
- %
- % Install source-filename dest-filename
- % Like copy source-filename this occurs in the same directory as where
- % the installation files are located. If no path is defined then the
- % file will be placed in the same directory as TERMINAT.EXE. Remember
- % that the current directory is at this time the same directory as
- % TERMINAT.EXE.
- %
- % Run path+filename.ext parameters
- % Run any program, remember to give the path and the extension.
- %
- % Erase path+filename.ext
- % Erase a file after installation.
- %
-
- Makedir extra
- Install readme.1st extra\readme.now
- Run utils\sho.com extra\readme.now
- ChDir docs
- Install t-import.cfg t-import.cfg
- Install tmail.cfg tmail\tmail.cfg
- Install tmail.lst tmail\tmail.lst
- Install tmail.nam tmail\tmail.nam
- Install terminat.fon phone\terminat.fon
- Install avatar.kbd phone\avatar.kbd
- Erase Register\Readme.reg
- Install Readme.new Register\Readme.new
-
-