home *** CD-ROM | disk | FTP | other *** search
/ Best of the Best 3 / BestOfTheBestVol3.iso / games / disk561 / install.bat < prev    next >
DOS Batch File  |  1994-12-12  |  967b  |  28 lines

  1. Echo off
  2. IF '%1'=='C' GOTO Start
  3. IF '%1'=='D' GOTO Start
  4. IF '%1'=='E' GOTO Start
  5. :Start
  6. cls
  7. echo.
  8. echo                ┌─────────┐
  9. echo          ┌─────┴───┐     │  Explore The World of Software Inc.
  10. echo    ──────│         │o    │─────────────────────────────────────────────
  11. echo          │   ┌─────┴╨──┐ │  Trading As: HRS Software Club.
  12. echo          │   │         │─┘  145 Royal Crest Court, Unit 11
  13. echo          └───│    o    │    Markham, Ontario. L3R 9Z4
  14. echo    ──────────│    ║    │───────────────────────────────────────────────
  15. echo              └────╨────┘    Bus (905) 477-4144 Fax (905) 470-9916
  16. echo.
  17. echo      ╔═══════════════════════════════════════════════════════════════╗
  18. echo      ║            Installing Program Please Be Patient               ║
  19. echo      ╚═══════════════════════════════════════════════════════════════╝
  20. MD %1:\jazzxmas
  21. copy gam561.exe %1:\jazzxmas
  22. %1:
  23. cd\jazzxmas
  24. gam561
  25. del gam561.exe
  26. setup
  27. echo.
  28.