home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 May / PCO_5_97.ISO / FilesBBS / DOS / 400TER.ARJ / DOCS.EXE / TERMINAT.INS < prev   
Encoding:
Text File  |  1996-03-12  |  3.0 KB  |  98 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. %   ClearScreen
  59. %     Clears display
  60. %
  61. %   WaitEnter
  62. %     Waits for any key to be pressed
  63. %
  64. %   Color attr
  65. %     Change color attribute
  66. %
  67. %   PrintAt x,y,txt
  68. %     Displays a string at x,y
  69. %
  70. %   Sound freq
  71. %     Plays a tone
  72. %
  73. %   NoSound
  74. %     Disables sound
  75. %
  76. %   Delay
  77. %     Waits 1/100 seconds  Delay 100 = 1 second
  78. %
  79.  
  80. Makedir extra
  81. Install readme.1st extra\readme.now
  82. Install list.com utils\list.com
  83. Run utils\list.com extra\readme.now
  84. ChDir docs
  85. Install t-import.cfg t-import.cfg
  86. Install tm.cfg termail\tm.cfg
  87. Install tm.lst termail\tm.lst
  88. Install tm.nam termail\tm.nam
  89. Install terminat.fon phone\terminat.fon
  90. Install avatar.kbd phone\avatar.kbd
  91. Erase Register\Readme.reg
  92. Install Readme.new Register\Readme.new
  93. Install Offline.tsl Script\Offline.tsl
  94. Install Logon.tsl Script\Logon.tsl
  95. WaitEnter
  96. ClearScreen
  97.  
  98.