home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
chip
/
zdroje
/
testy
/
c_bench
/
autoexec.bat
next >
Wrap
DOS Batch File
|
1995-12-09
|
455b
|
34 lines
set comspec=a:\command.com
@echo off
prompt $P$G
md c:\ecp_test.$$$
copy *.* c:\ecp_test.$$$
c:
cd \ecp_test.$$$
filler
if errorlevel 1 goto error
defrag c: /f
if errorlevel 1 goto error
smartdrv
smartdrv.exe /R
stop 10
cbench cbench.res s
ecp_cb
type testres
echo ECP test sucsessfully completed !!!!!
echo Results stored in file TESTRES
goto ende
:error
echo !!!!!!!!!!!! Test aborted !!!!!!!!!!!!!
pause
:ende