home *** CD-ROM | disk | FTP | other *** search
- Echo off
- IF '%1'=='C' GOTO Start
- IF '%1'=='D' GOTO Start
- IF '%1'=='E' GOTO Start
- :Start
- cls
- echo.
- echo ┌─────────┐
- echo ┌─────┴───┐ │ Explore The World of Software Inc.
- echo ──────│ │o │─────────────────────────────────────────────
- echo │ ┌─────┴╨──┐ │ Trading As: HRS Software Club.
- echo │ │ │─┘ 145 Royal Crest Court, Unit 40
- echo └───│ o │ Markham, Ontario. L3R 9Z4
- echo ──────────│ ║ │───────────────────────────────────────────────
- echo └────╨────┘ Bus (416) 477-4144 Fax (416) 470-9916
- echo.
- echo ╔═══════════════════════════════════════════════════════════════╗
- echo ║ Installing Program Please Wait ║
- echo ╚═══════════════════════════════════════════════════════════════╝
- MD %1:\spellit
- copy *.* %1:\spellit
- %1:
- cd\spellit
- cls
- echo.
- echo.
- echo ╔═════════════════════════════════════════════════════╗
- echo ║ Thank You For Exploring The World Of Software ║
- echo ╚═════════════════════════════════════════════════════╝
- echo ╔═══════════════════════════════════════════════════════════════════════╗
- echo ║ Installation Completed to Run Program type: HRS ( Press ENTER Key ) ║
- echo ╚═══════════════════════════════════════════════════════════════════════╝
- echo.
- echo.
- Command