home *** CD-ROM | disk | FTP | other *** search
/ PC Home 5 / PC_HOME_5.iso / games / metal / go.bat next >
Encoding:
DOS Batch File  |  1994-02-03  |  1.7 KB  |  46 lines

  1. @echo off
  2. cls
  3. echo[────────────────────────────────────────────────────────────────────────────
  4. echo[Metal and Lace
  5. echo[────────────────────────────────────────────────────────────────────────────
  6. echo[
  7. echo[This special demo needs to be installed from floppy disks
  8. echo[
  9. echo[We are now about to copy the installation files to drive A: therefore
  10. echo[you will need two blank 1.44Mb high density disks available
  11. echo[
  12. echo[────────────────────────────────────────────────────────────────────────────
  13. echo[Press any key to continue, Ctrl+C to quit
  14. echo[────────────────────────────────────────────────────────────────────────────
  15. pause > nul
  16. cls
  17. echo[────────────────────────────────────────────────────────────────────────────
  18. echo[Insert first disk, press any key
  19. echo[────────────────────────────────────────────────────────────────────────────
  20. pause > nul
  21. cls
  22. echo[────────────────────────────────────────────────────────────────────────────
  23. echo[Copying disk 1
  24. echo[────────────────────────────────────────────────────────────────────────────
  25. metal1 a:
  26. pause
  27. cls
  28. echo[────────────────────────────────────────────────────────────────────────────
  29. echo[Insert second disk, press any key
  30. echo[────────────────────────────────────────────────────────────────────────────
  31. pause > nul
  32. cls
  33. echo[────────────────────────────────────────────────────────────────────────────
  34. echo[Copying disk 2
  35. echo[────────────────────────────────────────────────────────────────────────────
  36. metal2 a:
  37. pause
  38. cls
  39. echo[────────────────────────────────────────────────────────────────────────────
  40. echo[Now insert first disk and type:
  41. echo[
  42. echo[                        A:
  43. echo[                        INSTALL
  44. echo[
  45. echo[To install the program to your hard drive
  46.