home *** CD-ROM | disk | FTP | other *** search
/ Platinum 3D Action / Image(1).bin / tvplanet / diskin.bat < prev    next >
Encoding:
DOS Batch File  |  1996-03-01  |  2.8 KB  |  51 lines

  1. echo off
  2. if x%1==x goto noparam
  3. cls
  4. echo                      ╔═══════════════════════════════════════════╗
  5. echo                      ║                                           ║
  6. echo                      ║           New Terminal Velocity           ║
  7. echo                      ║                                           ║
  8. echo                      ║                  Levels                   ║
  9. echo                      ║                                           ║
  10. echo                      ║                 03/01/96                  ║
  11. echo                      ║                                           ║
  12. echo                      ╚═══════════════════════════════════════════╝
  13. echo       ╔══════════════════════════════════════════════════════════════════╗
  14. echo       ║ The INSTALL program will copy the new levels if you proceed.     ║
  15. echo       ║                                                                  ║
  16. echo       ║ Press "Ctrl" and C at the same time to halt the INSTALL program. ║
  17. echo       ║                                                                  ║
  18. echo       ║ Press any key to continue the INSTALL program.                   ║
  19. echo       ╚══════════════════════════════════════════════════════════════════╝
  20. pause >nul
  21. md %1
  22. cls
  23. copy diskinst %1\*.* /v
  24. goto ok
  25. :noparam
  26. cls
  27. echo       ╔═════════════════════════════════════════════════════════════╗
  28. echo       ║                                                             ║
  29. echo       ║  The INSTALL program requires a drive/directory parameter.  ║
  30. echo       ║                                                             ║
  31. echo       ║  EXAMPLES:                                                  ║
  32. echo       ║                                                             ║
  33. echo       ║  DISKIN C:\tv - to install levels on drive C                ║
  34. echo       ║                                                             ║
  35. echo       ║  DISKIN D:\tv - to install levels on drive D                ║
  36. echo       ║                                                             ║
  37. echo       ║  DISKIN E:\tv - to install levels in directory              ║
  38. echo       ║                    "tv" on drive E                          ║
  39. echo       ║                                                             ║
  40. echo       ╚═════════════════════════════════════════════════════════════╝
  41. goto end
  42. :ok
  43. cls
  44. echo       ╔═════════════════════════════════════════════════════════════════╗
  45. echo       ║                                                                 ║
  46. echo       ║  The INSTALL program has copied the new Terminal Velocity levels║
  47. echo       ║   to the drive/directory that you specified.                    ║
  48. echo       ║                                                                 ║
  49. echo       ╚═════════════════════════════════════════════════════════════════╝
  50. :end
  51.