home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 299.img / MONTY2.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-09-10  |  488b  |  23 lines

  1. echo off
  2. cls
  3. echo MONTY PYTHON HARD DISK INSTALLATION
  4. echo Installing %1 version to %2
  5. md %2
  6. if %1 == ega copy pega.exe %2\python.exe
  7. if %1 == ega copy *.ega %2
  8. if %1 == cga copy pcga.exe %2\python.exe
  9. if %1 == cga copy *.cga %2
  10. cls
  11. echo Please insert Monty Python's Flying Circus Disk 2 into drive A
  12. pause
  13. cls
  14. if %1 == ega copy *.egs %2 
  15. if %1 == ega copy *.edt %2
  16. if %1 == cga copy *.cgs %2 
  17. if %1 == cga copy *.cdt %2
  18. if %1 == cga copy *.cga %2
  19. copy *.dat %2 
  20.  
  21.  
  22.  
  23.