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

  1. echo off
  2. cls
  3. break on>nul
  4. verify on>nul
  5. c:
  6. cd\
  7. a:
  8. echo Now testing CPU with prime number routine.....
  9. sieve1
  10. cls
  11. echo Now testing CPU with floating point calculations....
  12. float
  13. cls
  14. echo Now testing graphics and mono screen....
  15. graftest
  16. cls
  17. echo Copying files...
  18. md c:\burn-in>nul
  19. copy *.* c:\burn-in>nul
  20. c:
  21. cd\burn-in
  22. echo off
  23. cls
  24. echo Now testing CPU with prime number routine.....
  25. sieve1
  26. cls
  27. echo Now testing CPU with floating point calculations....
  28. float
  29. cls
  30. echo Now testing graphics and mono screen....
  31. graftest
  32. cd\
  33. cls
  34. a:
  35. echo Deleting extraneous working files....
  36. del c:\burn-in\*.com>nul
  37. del c:\burn-in\*.exe>nul
  38. del c:\burn-in\*.bat>nul
  39. del c:\burn-in\*.dat>nul
  40. del c:\burn-in\*.txt>nul
  41. del a:*.dat
  42. rd c:\burn-in>nul
  43. b
  44.