home *** CD-ROM | disk | FTP | other *** search
/ 3D Madness! Companion CD / 3DMADNESS.iso / games / instprog.bat
DOS Batch File  |  1994-09-06  |  2KB  |  50 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO ╔════════════════════════════════════════════════════════╗
  5. ECHO ║     3-D Madness!                                       ║
  6. ECHO ╚════════════════════════════════════════════════════════╝
  7. ECHO  
  8. ECHO ──────────────────────────────────────────────────────────
  9. ECHO   The files for the %3 %4 %5 %6 %7  
  10. ECHO   demo will be installed to your C: hard drive.
  11. ECHO.
  12. ECHO   You need to have at least %2 megabytes of free space
  13. ECHO   on your hard drive.
  14. ECHO.
  15. ECHO.
  16. ECHO   If this is NOT what you want to do, press the
  17. ECHO   Ctrl + C keys to stop this batch program
  18. ECHO ──────────────────────────────────────────────────────────
  19. ECHO  
  20. ECHO  
  21. ECHO  
  22. PAUSE Paused... press any key to continue the installation
  23. CLS
  24. ECHO  
  25.  
  26. ECHO ┌───────────────────────────────────────────────────────────────────────┐
  27. ECHO │ The software will now be installed to your C: hard drive.             │
  28. ECHO │ You'll see a message telling you when the installation is finished.   │
  29. ECHO └───────────────────────────────────────────────────────────────────────┘
  30. IF EXIST C:\3DGAMES\nul GOTO COPYING
  31. MD C:\3DGAMES
  32. :COPYING
  33. MD C:\3DGAMES\%1
  34. \GAMES\%1\%1.exe C:\3DGAMES\%1\
  35. CLS
  36. ECHO 
  37. ECHO  
  38. ECHO ════════════════════════════════════════════════════════════════════════
  39. ECHO.
  40. ECHO   The installation of the %3 %4 %5 %6 %7 
  41. ECHO   demo is complete! You'll find the files in the  
  42. ECHO   C:\3DGAMES\%1 directory of your hard drive.
  43. ECHO.
  44. ECHO ════════════════════════════════════════════════════════════════════════
  45. ECHO  
  46. ECHO  
  47. ECHO  
  48. pause
  49. cls
  50.