home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / 3dsoccer.zip / INSTALL.BAT next >
DOS Batch File  |  1994-11-16  |  292b  |  28 lines

  1. @echo off
  2. cls
  3.  
  4. IF .%1==. goto buzzzzz
  5. IF .%2==. goto buzzzzz
  6. IF .%3==. goto buzzzzz
  7.  
  8. %2
  9. cd\
  10. md %3
  11. cd \%3
  12. echo Copying files to %2\%3
  13. copy %1\soccer.exe
  14. soccer
  15. del soccer.exe
  16. cls
  17. echo Type FOOTY [enter] to start the game.
  18. goto end
  19.  
  20. :buzzzzz
  21. readme
  22. goto end
  23.  
  24. :end
  25.  
  26.  
  27.  
  28.