home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / icondemo / install2.bat < prev    next >
DOS Batch File  |  1990-03-07  |  1KB  |  30 lines

  1. @echo off
  2. echo ┌────────────────────────────────────────────────────────────────────────┐
  3. echo │ Please insert disk 2 of 2                                              │
  4. echo └────────────────────────────────────────────────────────────────────────┘
  5. pause
  6. echo ┌────────────────────────────────────────────────────────────────────────┐
  7. echo │ Copying files to hard disk from floppy 2 of 2                          │
  8. echo └────────────────────────────────────────────────────────────────────────┘
  9. copy %1*.*
  10.  
  11. echo ┌────────────────────────────────────────────────────────────────────────┐
  12. echo │ All files have been copyied, now expanding files                       │
  13. echo └────────────────────────────────────────────────────────────────────────┘
  14.  
  15. rem expand and remove zip files
  16. pkunzip z1200_1.zip
  17. del     z1200_1.zip
  18. pkunzip z1200_2.zip
  19. del     z1200_2.zip
  20. pkunzip win.zip
  21. del     win.zip
  22. del pkunzip.exe
  23.  
  24. cls
  25. echo ┌────────────────────────────────────────────────────────────────────────┐
  26. echo │                                                                        │
  27. echo │ All files have been expanded, type PRESENT to run demonstration        │
  28. echo │                                                                        │
  29. echo └────────────────────────────────────────────────────────────────────────┘
  30.