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

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