home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 15 / PCGAMER15.bin / squarez / install.bat < prev    next >
DOS Batch File  |  1995-10-12  |  1KB  |  50 lines

  1. echo OFF
  2. CLS
  3. echo.
  4. echo   ▄▄▄ ▄▄ ▄ ▄▄▄ ▄▄▄ ▄▄▄ ▄   ▄   ▄▄▄ ▄▄ ▄ ▄▄▄      ▄▄▄ ▄▄▄ ▄ ▄ ▄▄▄ ▄▄▄ ▄▄▄ ▄▄▄  
  5. echo    █  █▐ █ █▄▄  █  █▄█ █   █    █  █▐ █ █        █▄▄ █ █ █ █ █▄█ █▄▀ █▄   ▄▀
  6. echo   ▄█▄ █▐▄█ ▄▄█  █  █ █ █▄▄ █▄▄ ▄█▄ █▐▄█ █▄█      ▄▄█ █▄█ █▄█ █ █ █ █ █▄▄ █▄▄
  7. echo                                                        ▀▄
  8. echo.
  9. echo.
  10. IF "%1"=="" GOTO EXPLAIN
  11. IF EXIST %1:\*.* GOTO LETSDOIT
  12. :NODRIVE
  13. echo       Either the  drive letter you  have specified does not exist or you
  14. echo       added a colon ':' where it wasn't needed. Try again.
  15. echo.
  16. GOTO EXPLAIN
  17. :LETSDOIT
  18. echo.
  19. echo.
  20. echo        Copying "Squarez" files to %1:\SQUAREZ
  21. echo.
  22. MD %1:\SQUAREZ
  23. COPY SQUAREZ.EXE %1:\SQUAREZ
  24. COPY INSTALL.BAT %1:\SQUAREZ
  25. COPY ORDER.TXT %1:\SQUAREZ
  26. COPY *.SQU %1:\SQUAREZ
  27. %1:
  28. CD\SQUAREZ
  29. echo.
  30. echo        Installation complete. "Squarez" should now be installed in the
  31. echo        directory %1:\SQUAREZ.
  32. echo.
  33. echo        Type `SQUAREZ` to run the program.
  34. GOTO END
  35. :EXPLAIN
  36. echo       To install "Squarez" to your hard disk please type INSTALL 
  37. echo       followed by the letter of your hard drive. So for example, if the
  38. echo       letter of your hard drive was 'C', you would type the following at
  39. echo       the 'DOS' prompt :
  40. echo.
  41. echo                               Install C
  42. echo.
  43. echo.
  44. echo       A directory called `SQUAREZ` will be created on your hard drive 
  45. echo       and the relevant files will be copied into it. 
  46. echo.
  47. echo.
  48. :END
  49. ECHO.
  50.