home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / deskaces / ticklx50.arc / INSTALL.BAT next >
DOS Batch File  |  1989-07-05  |  3KB  |  106 lines

  1. echo off
  2. cls
  3. if %2x==x goto NODRIVE
  4. echo All disk drive designations must end with colons. For instance, drive C is
  5. echo designated as "C:", not "C". Make absolutely sure that you have designated
  6. echo your hard disk correctly.
  7. echo .
  8. echo If your hard disk is not "%2", then press Control-C to abort; otherwise,
  9. pause
  10. echo off
  11. cls
  12. %2
  13. cd\
  14. md MANAGEX
  15. cls
  16. cd\MANAGEX
  17. if not exist M--JOURN.LBF goto SKIPBACK
  18. echo     If you're a registered user, please ensure that you have current back-
  19. echo ups of all the TickleX files you have used prior to today.  If you do not
  20. echo have such backups, press Control-C and make them; otherwise,
  21. pause
  22. :SKIPBACK
  23. if exist ticklex.com erase ticklex.com
  24. if exist editx.com erase editx.com
  25. cls
  26. copy %1*.*
  27. erase t?.hlp
  28. if exist blankcal erase blankcal
  29. if exist alarm.dat erase alarm.dat
  30. if exist ticklex.exe erase ticklex.exe
  31. if exist ticklex.ovr erase ticklex.ovr
  32. if exist ticklx.ovr erase ticklx.ovr
  33. if exist sample.lbt erase sample.lbt
  34. if exist sample.rpt erase sample.rpt
  35. if exist sample1.rpt erase sample1.rpt
  36. if exist sample2.rpt erase sample2.rpt
  37. if exist ticklex.doc erase ticklex.doc
  38. if exist upgrd.com erase upgrd.com
  39. if exist prntdrvr.exe erase prntdrvr.exe
  40. if exist editx.exe erase editx.exe
  41. if exist input.exe erase input.exe
  42. if exist export.exe erase export.exe
  43. if exist b-beep.exe erase b-beep.exe
  44. cls
  45. if not exist recur.dat goto EXTRACT
  46. echo                              VERY IMPORTANT
  47. echo .
  48. echo .
  49. echo Now, some program files will be extracted from an archive.  Before each
  50. echo file is extracted, a check will be made to see whether a similarly named
  51. echo one already exists on your hard disk.  If so, you'll be asked whether you
  52. echo wish to overwrite it with a new copy. 
  53. echo .
  54. echo              ALWAYS ANSWER "NO" BY PRESSSING THE "N" KEY.
  55. echo .
  56. echo .
  57. pause
  58. cls
  59. :EXTRACT
  60. tklx
  61. erase tklx.exe
  62. upgrd %2
  63. erase upgrd.*
  64. echo off
  65. cls
  66. if exist 1sttime.fyl erase 1sttime.fyl
  67. if exist m--journ.lbf goto NOTFIRSTTIME
  68. prntdrvr
  69. echo off
  70. cls
  71. echo Now, turn your printer OFF and then ON.  Make sure that it is ready to
  72. echo print and that you have loaded at least 55 sheets of paper.  Then, align
  73. echo the print head 1/2" below the top of the first sheet.
  74. echo .
  75. pause
  76. cls
  77. echo Printing documentation...
  78. type README.DOC >prn
  79. type TICKLEX.DOC >PRN
  80. cls
  81. echo The documentation has been printed.
  82. echo .
  83. pause
  84. :NOTFIRSTTIME
  85. echo off
  86. cls
  87. echo .
  88. echo .
  89. echo      Be sure to save the disk containing this version of TickleX.  You may
  90. echo need it at some time in the future if your hard disk's files are lost.
  91. echo .
  92. echo .
  93. pause
  94. echo off
  95. cls
  96. goto END
  97. :NODRIVE
  98. cls
  99. echo .
  100. echo      You must designate BOTH the SOURCE diskette and the HARD disk
  101. echo .
  102. echo example:  B:INSTALL B: C:   will install TICKLEX from drive B to drive C:
  103. echo .
  104. echo            PLEASE TRY AGAIN
  105. :END
  106.