home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT042.ZIP / 4.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  1KB  |  62 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. copy *.* b:>nul
  21. b:
  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. cls
  33. c:
  34. cd\burn-in
  35. echo off
  36. cls
  37. echo Now testing CPU with prime number routine.....
  38. sieve1
  39. cls
  40. echo Now testing CPU with floating point calculations....
  41. float
  42. cls
  43. echo Now testing graphics and mono screen....
  44. graftest
  45. cd\
  46. cls
  47. a:
  48. echo Deleting extraneous working files
  49. del c:\burn-in\*.com>nul
  50. del c:\burn-in\*.exe>nul
  51. del c:\burn-in\*.bat>nul
  52. del c:\burn-in\*.dat>nul
  53. del c:\burn-in\*.txt>nul
  54. rd c:\burn-in>nul
  55. del b:*.com>nul
  56. del b:*.exe>nul
  57. del b:*.bat>nul
  58. del b:*.dat>nul
  59. del b:*.txt>nul
  60. del a:*.dat>nul
  61. d
  62.