home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / chip / zdroje / testy / c_bench / autoexec.bat next >
DOS Batch File  |  1995-12-09  |  455b  |  34 lines

  1. set comspec=a:\command.com
  2. @echo off
  3. prompt $P$G
  4.  
  5. md c:\ecp_test.$$$
  6. copy *.* c:\ecp_test.$$$
  7. c:
  8. cd \ecp_test.$$$
  9.  
  10. filler
  11. if errorlevel 1 goto error
  12.  
  13. defrag c: /f
  14. if errorlevel 1 goto error
  15.  
  16. smartdrv
  17.  
  18.  
  19. smartdrv.exe /R
  20. stop 10
  21. cbench cbench.res s
  22.  
  23. ecp_cb
  24. type testres
  25.  
  26. echo ECP test sucsessfully completed !!!!!
  27. echo Results stored in file TESTRES
  28. goto ende
  29.  
  30. :error
  31. echo !!!!!!!!!!!! Test aborted !!!!!!!!!!!!!
  32. pause
  33. :ende
  34.