home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore the World of Soft…ids, Adults, Educational
/
RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso
/
educate
/
disk011
/
hrs_inst.bat
< prev
next >
Wrap
DOS Batch File
|
1992-08-05
|
1KB
|
36 lines
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:\spanish2
copy *.* %1:\spanish2
%1:
cd\spanish2
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