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 TLAN_???.EXE and place it on installation
- % disk 1. Then these files will be unpacked to TLAN_???\ and Terminate
- % will detect and ask the user if he/she wants to use those files
- % instead of the English manual.
- %
- % 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-path+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 at this time is the same directory as
- % TERMINAT.EXE. All these files will also be copied to the GIVEAWAY\
- % in the Shareware version of Terminate. Do not use any path definition
- % on the source-filename.
- %
- % 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
- Install list.com utils\list.com
- Run utils\list.com extra\readme.now
- ChDir docs
- Install t-import.cfg t-import.cfg
- Install tm.cfg termail\tm.cfg
- Install tm.lst termail\tm.lst
- Install tm.nam termail\tm.nam
- Install terminat.fon phone\terminat.fon
- Install avatar.kbd phone\avatar.kbd
- Erase Register\Readme.reg
- Install Readme.new Register\Readme.new
- Install Offline.tsl Script\Offline.tsl
- Install Logon.tsl Script\Logon.tsl
-
-