home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 303.img / KREMLIN3.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-09-09  |  790b  |  33 lines

  1. echo off
  2. inst
  3. cls
  4. if errorlevel=127 goto error
  5. if errorlevel=2 goto harddrive2
  6. if errorlevel=1 goto harddrive1
  7. ECHO To play The Cardinal of the Kremlin type COK
  8. goto end
  9. :error
  10. echo Installation program aborted.
  11. goto end
  12. :harddrive1
  13. copy *.* c:\capstone\cok
  14. echo Insert disk 2A and press a key...
  15. inst e1
  16. copy *.* c:\capstone\cok
  17. echo Insert disk 2B and press a key...
  18. inst e2
  19. copy *.* c:\capstone\cok
  20. ECHO To play The Cardinal of the Kremlin type C: then CD \CAPSTONE\COK then COK
  21. goto end
  22. :harddrive2
  23. copy *.* d:\capstone\cok
  24. echo Insert disk 2A and press a key...
  25. inst e1
  26. copy *.* d:\capstone\cok
  27. echo Insert disk 2B and press a key...
  28. inst e2
  29. copy *.* d:\capstone\cok
  30. ECHO To play The Cardinal of the Kremlin type D: then CD \CAPSTONE\COK then COK
  31. :end
  32.  
  33.