home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / EVENLORD.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-08-16  |  2KB  |  85 lines

  1. @echo off
  2. cls
  3. if exist %1\lord.exe goto begin
  4. if not exist %1\lord.exe goto nodir
  5. :nodir
  6. echo.
  7. echo            -=-=-=-=-=-=-=-=-=-=-
  8. echo          Lord here comes the night 
  9. echo            -=-=-=-=-=-=-=-=-=-=-
  10. echo             By: Jonathan R. Holman  
  11. echo.                The War Room BBS
  12. echo.                (702)-658-9938
  13. echo.
  14. echo.
  15. echo *Usage*
  16. echo install  -=directory where your LORD files are=-
  17. echo.
  18. echo *Example*
  19. echo install c:\lord
  20. echo.
  21. echo.
  22. goto finish3
  23.  
  24. :begin
  25. echo.
  26. echo            -=-=-=-=-=-=-=-=-=-=-
  27. echo              Lord of the Evening
  28. echo            -=-=-=-=-=-=-=-=-=-=-
  29. echo             By: Jonathan R. Holman 
  30. echo.
  31. echo.
  32. echo.
  33. echo.
  34. echo Now backing up files...
  35. if not exist %1\lordtxt.old goto cc
  36. del %1\lordtxt.old
  37. :cc
  38. ren %1\lordtxt.dat lordtxt.old
  39. echo Files have been backed up...
  40. echo.
  41. echo.
  42. echo.
  43. echo Installing new files...
  44. copy lordtxt.evn %1\lordtxt.dat
  45. copy uninstal.bat %1\uninstal.bat
  46. echo.
  47. echo Files installed...
  48. echo.
  49. pause
  50. cls
  51. echo
  52. echo
  53. echo Installation complete!
  54. echo To uninstall Evening of the Lord, simply run uninstal.bat from your 
  55. echo Lord directory. Enjoy this add on, and ask for MORE!
  56. echo Send any comments, bugs, or suggestions to Blackfist1@AOL.Com
  57. echo Please view the EvenLord.txt file for more info on this program.
  58. echo.
  59. echo.
  60. echo.
  61. choice /c:yn Would you like to view the readme file now? 
  62. if errorlevel 2 goto finish2
  63. if errorlevel 1 goto yes
  64.  
  65. :yes
  66. cls
  67. type EvenLord.doc | more
  68. goto finish2
  69.  
  70. :finish2
  71. cls
  72. echo.
  73. echo            -=-=-=-=-=-=-=-=-=-
  74. echo         Lord here comes the night 
  75. echo            -=-=-=-=-=-=-=-=-=-
  76. echo           By: Jonathan R. Holman
  77. echo.
  78. echo.
  79. echo.
  80. echo.
  81.  
  82. :finish3
  83. echo.
  84.  
  85.