home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tpk-v181.exe / INSTALL.BAT next >
DOS Batch File  |  1993-02-28  |  3KB  |  112 lines

  1. @echo off
  2. if x%1x == xgbx goto english
  3. if x%1x == xGBx goto english
  4. echo        ┌──────────────────────────────────────────┐
  5. echo        │Type "INSTALL GB<ENTER>" for English texts│
  6. echo        └──────────────────────────────────────────┘
  7. echo  Pour installer TPK 1.81 ou passer de la version 1.80 a la version 1.81
  8. echo  mettez la disquette contenant les fichiers archives dans le lecteur A:
  9. echo  par exemple et tapez: ("<ENTREE>" est la touche ENTREE)
  10. echo.
  11. echo  "A:<ENTREE>"
  12. echo  "TPKINST<ENTREE>"
  13. echo.
  14. echo  Si vous avez recu TPK sous forme d'un seul fichier archive, vous pouvez le
  15. echo  decompacter dans un repertoire de votre disque. Tapez ensuite:
  16. echo.
  17. echo  "TPKINST<ENTREE>"
  18. echo.
  19. echo  Quand l'installation est terminee la documentation se trouve dans un
  20. echo  repertoire dont le nom implicite est \TPK\DOC
  21. echo  Allez dans ce repertoire:
  22. echo.
  23. echo  "C:<ENTREE>"
  24. echo  "CD \TPK\DOC<ENTREE>"
  25. echo.
  26. echo.
  27. pause
  28. echo.
  29. echo  Vous trouverez dans ce repertoire:
  30. echo.
  31. echo  "TPKDOC.IBM" la documentation imprimable sur toute imprimante
  32. echo               compatible graphique IBM (OK pour EPSON par exemple)
  33. echo.
  34. echo  "TPK.DOC"    la documentation listable sur votre ecran
  35. echo               (Les sequences ESC ont ete supprimees)
  36. echo.
  37. echo  Pour imprimer le fichier TPKDOC.IBM tapez:
  38. echo.
  39. echo  "PRINT TPKDOC.IBM<ENTREE>"  ou "COPY TPKDOC.IBM LPT1:<ENTREE>"
  40. echo.
  41. echo.
  42. pause
  43. echo.
  44. echo.
  45. echo  Si votre imprimante n'est pas capable d'imprimer correctement l'un de
  46. echo  ces deux fichiers executez le programme "CVTDOCTY.COM" qui va enlever tous
  47. echo  les caracteres specifiques IBM. Tapez:
  48. echo.
  49. echo  "CVTDOCTY<ENTREE>"
  50. echo.
  51. echo  Apres execution vous aurez un troisieme fichier appele "TPKDOC.TTY"
  52. echo.
  53. echo.
  54. echo.
  55. echo            ┌──────────────────────────────────────────┐
  56. echo            │ N'oubliez pas de lire la documentation ! │
  57. echo            └──────────────────────────────────────────┘
  58. echo.
  59. echo.
  60. echo.
  61. echo.
  62. echo.
  63. echo.
  64. echo.
  65. echo.
  66. goto fin
  67. :english
  68. echo.
  69. echo  To install TPK 1.81 or upgrade from version 1.80 to version 1.81 put your
  70. echo  TPK disk in drive A: for instance and type: ("<ENTER>" is the ENTER key)
  71. echo.
  72. echo  "A:<ENTER>"
  73. echo  "TPKINST GB<ENTER>"
  74. echo.
  75. echo  If you get only an archived file you can dearchive it in a directory
  76. echo  of your disk and type:
  77. echo.
  78. echo  "TPKINST GB<ENTER>"
  79. echo.
  80. echo.
  81. echo  When installation is done, the documentation is in a directory
  82. echo  called \TPK\DOC. Go in that directory:
  83. echo.
  84. echo  "C:<ENTER>"
  85. echo  "CD \TPK\DOC<ENTER>"
  86. echo.
  87. pause
  88. echo  You will find in that directory:
  89. echo.
  90. echo  "TPKDOC.IBM" the documentation printable on every IBM graphics
  91. echo           compatible printer (OK for EPSON for example)
  92. echo.
  93. echo  "TPK.DOC"    the documentation without the ESC sequences
  94. echo.
  95. echo  To print the file TPKDOC.IBM type:
  96. echo  "PRINT TPKDOC.IBM<ENTER>"  or "COPY TPKDOC.IBM LPT1:<ENTER>"
  97. echo.
  98. echo  If your printer is not IBM compatible you can run the programme
  99. echo  "CVTDOCTY.COM" which will delete all the IBM specific characters.
  100. echo  Type:
  101. echo.
  102. echo  "CVTDOCTY<ENTREE>"
  103. echo.
  104. echo  After execution you will find a new file "TPKDOC.TTY"
  105. echo.
  106. echo.
  107. echo ┌────────────────────────────────────────────────────────────────────────┐
  108. echo │Read carefuly the documentation, as it contains important informations !│
  109. echo └────────────────────────────────────────────────────────────────────────┘
  110. echo.
  111. :fin
  112.