home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 630 / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-10-08  |  278b  |  14 lines

  1. echo off
  2. cls
  3. echo This program will copy all the files into drive C:\bcrace
  4. echo if you do not want to continue please press CTRL +C
  5. echo it will take approximately 10 MB
  6. pause
  7. mkdir c:\bcrace
  8. copy *.* c:\bcrace
  9. c:
  10. cd \bcrace
  11. pkunzip bcrace -d
  12. del bcrace.zip
  13. setup
  14.