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

  1. echo off
  2. cls
  3. echo Insert blank, FORMATTED disk in drive A:
  4. pause
  5. echo Copying program files onto working disk.....
  6. cd\burn-in
  7. copy go.bat a:>nul
  8. copy 1.bat a:>nul
  9. copy 2.bat a:>nul
  10. copy 3.bat a:>nul
  11. copy 4.bat a:>nul
  12. copy 5.bat a:>nul
  13. copy a.bat a:>nul
  14. copy b.bat a:>nul
  15. copy c.bat a:>nul
  16. copy d.bat a:>nul
  17. copy e.bat a:>nul
  18. copy cleanupd.bat>nul
  19. copy screen?.com a:>nul
  20. copy float.exe a:>nul
  21. copy sieve1.exe a:>nul
  22. copy graftest.exe a:>nul
  23. del *.com
  24. del *.bat
  25. del *.exe
  26. cd\
  27. rd\burn-in
  28. echo Working disk created in drive A:
  29. Echo See BURN-IN.DOC for instructions.
  30. del setup2.bat
  31.