home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / z / zep4-a.zip / INSTALL.OVL < prev    next >
Text File  |  1992-12-20  |  985b  |  35 lines

  1. echo off
  2. cls
  3. echo Beginning installation. Please wait . . .
  4. :disk1
  5. echo Make certain DISK1 is in Drive A.
  6. pause
  7. if not exist a:zephyr4.001 goto disk1
  8. echo Copying DISK1 to default drive . . .
  9. copy a:zephyr4.001
  10. :disk2
  11. echo Please insert Disk 2 in Drive A.
  12. pause
  13. if not exist a:zephyr4.002 goto disk2
  14. echo Copying DISK2 to default drive . . .
  15. copy a:zephyr4.002
  16. :disk3
  17. echo Please insert Disk 3 in Drive A.
  18. pause
  19. if not exist a:zephyr4.003 goto disk3
  20. echo Copying DISK3 to default drive . . .
  21. copy a:zephyr4.003
  22. cls
  23. echo Please remove DISK3 and store in a safe place.
  24. echo Reconstructing Zephyr archive for installation . . .
  25. copy /b zephyr4.002 + zephyr4.003 + zephyr4.001 zephyr4.exe
  26. del zephyr4.0*
  27. zephyr4
  28. del zephyr4.exe
  29. echo Installation completed.
  30. echo Type the following to print ALL documentation: COPY *.DOC PRN
  31. echo To run Zephyr, type ZEPHYR
  32. echo You may ignore the error message, if any, appearing on the next line.
  33. del install2.bat > nul
  34.  
  35.