home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 December / PCO1296.ISO / filesbbs / dos / terminat.arj / DOCS.EXE / TERMINAT.INS < prev   
Encoding:
Text File  |  1995-08-11  |  2.6 KB  |  75 lines

  1. %
  2. %     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
  3. %     ─────────────────────────────────────────────────────────────────
  4. %
  5. % Extra installation script for INSTALL.EXE
  6. % Must be called TERMINAT.INS and placed on the LAST disk or in the same
  7. % path as the installation files.
  8. %
  9. % After INSTALL.EXE has called UNPACK.EXE and unpacked all the files, this
  10. % script could be started if you need special files inserted in your
  11. % configuration.
  12. %
  13. % Installation with default values in TERMINAT.CFG:
  14. %
  15. % Install the T-IMPORT.CFG, look in example file DOCS\T-IMPORT.CFG for info.
  16. %
  17. % Installation of local language files:
  18. %
  19. % If you have the online manuals in your local language. Create a
  20. % selfextracting archive called TLAN_???.EXE and place it on installation
  21. % disk 1. Then these files will be unpacked to TLAN_???\ and Terminate
  22. % will detect and ask the user if he/she wants to use those files
  23. % instead of the English manual.
  24. %
  25. % Auto-installation of keyfile:
  26. %
  27. % Rename the keyfile to TER-KEY.EXE and place it on disk 1, then the
  28. % keyfile will be unpacked in the same directory as TERMINAT.EXE.
  29. %
  30. %
  31. % Available command:
  32. %
  33. %   $INS will be replaced with the install path (ei: A:\ or C:\TEMP )
  34. %   $TER will be replaced with the Terminate path (ei: C:\TERMINAT )
  35. %   Both keywords will not append a backslash
  36. %
  37. %   MakeDir path
  38. %     Create a directory or a directory tree
  39. %
  40. %   ChDir path
  41. %     Change to directory or another drive
  42. %
  43. %   Install source-filename dest-path+filename
  44. %     Like copy source-filename this occurs in the same directory as where
  45. %     the installation files are located. If no path is defined then the
  46. %     file will be placed in the same directory as TERMINAT.EXE. Remember
  47. %     that the current directory at this time is the same directory as
  48. %     TERMINAT.EXE. All these files will also be copied to the GIVEAWAY\
  49. %     in the Shareware version of Terminate. Do not use any path definition
  50. %     on the source-filename.
  51. %
  52. %   Run path+filename.ext parameters
  53. %     Run any program, remember to give the path and the extension.
  54. %
  55. %   Erase path+filename.ext
  56. %     Erase a file after installation.
  57. %
  58.  
  59. Makedir extra
  60. Install readme.1st extra\readme.now
  61. Install list.com utils\list.com
  62. Run utils\list.com extra\readme.now
  63. ChDir docs
  64. Install t-import.cfg t-import.cfg
  65. Install tm.cfg termail\tm.cfg
  66. Install tm.lst termail\tm.lst
  67. Install tm.nam termail\tm.nam
  68. Install terminat.fon phone\terminat.fon
  69. Install avatar.kbd phone\avatar.kbd
  70. Erase Register\Readme.reg
  71. Install Readme.new Register\Readme.new
  72. Install Offline.tsl Script\Offline.tsl
  73. Install Logon.tsl Script\Logon.tsl
  74.  
  75.