14 lines
201 B
Batchfile
14 lines
201 B
Batchfile
|
rem OLEBVT script
|
||
|
|
||
|
@rem Register entries for tests
|
||
|
call oleutest.bat
|
||
|
%systemroot%\regedit /s oleutest.reg
|
||
|
|
||
|
@rem CompObj test
|
||
|
olebind
|
||
|
|
||
|
@rem Storage test
|
||
|
stgdrt
|
||
|
|
||
|
@echo Thank you for running the OLE BVTs
|