home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / 0141TER2.ZIP / 0141TER2._XE / DOCS.EXE / TERMINAT.INS < prev    next >
Text File  |  1994-01-18  |  2KB  |  47 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 have called UNPACK.EXE and unpacked all the files this
  10. % script could be started if you need special stuff inserted in your
  11. % configuration.
  12. %
  13. % Installation of local language files:
  14. %
  15. % If you have the online manuals in your local language. Create a
  16. % selfextracting archive called T-LOCAL.EXE and place on installation
  17. % disk 1. Then these files will be unpacked to LANGUAGE\ and Terminate
  18. % will detect and ask the user if he/she want to use those files
  19. % instead of english.
  20. %
  21. % Auto-installation of keyfile:
  22. %
  23. % Rename the keyfile to TER-KEY.EXE and place it on disk 1, then the
  24. % keyfile will be unpacked in the same directory as TERMINAT.EXE.
  25. %
  26. %
  27. % Available command:
  28. %
  29. %   MakeDir path
  30. %     Create a directory or a directory tree
  31. %
  32. %   Install source-filename dest-filename
  33. %     Like copy source-filename is the same as the where the installation
  34. %     files are located. If no path is defined then the file will be placed
  35. %     in the same directory as TERMINAT.EXE. Remember that the current
  36. %     directory is at this time the same directory as TERMINAT.EXE.
  37. %
  38. %   Run path+filename.ext parameters
  39. %     Run any program, remember to give the path and the extension.
  40. %
  41.  
  42. Makedir extra
  43. Install readme.1st extra\readme.now
  44. Run utils\sho.com extra\readme.now
  45. Install tmail.cfg tmail\tmail.cfg
  46.  
  47.