home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT042.ZIP / SETUP.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  374b  |  19 lines

  1. echo off
  2. cls
  3. echo Copying program files onto working disk.....
  4. copy go.bat b:>nul
  5. copy 1.bat b:>nul
  6. copy 2.bat b:>nul
  7. copy 3.bat b:>nul
  8. copy 4.bat b:>nul
  9. copy 5.bat b:>nul
  10. copy a.bat b:>nul
  11. copy b.bat b:>nul
  12. copy c.bat b:>nul
  13. copy d.bat b:>nul
  14. copy e.bat b:>nul
  15. copy screen?.com b:>nul
  16. copy float.exe b:>nul
  17. copy sieve1.exe b:>nul
  18. copy graftest.exe b:>nul
  19.