Windows2003-3790/windows/appcompat/db/verifypb.cmd
2020-09-30 16:53:55 +02:00

19 lines
319 B
Batchfile

@echo off
rd /s /q %_NTTREE%\shimdll
md %_NTTREE%\shimdll
md %_NTTREE%\shimdll\drvmain
build -cZ
pushd %SDXROOT%\windows\appcompat\buildtools
build -cZ
pushd %_NTTREE%\shimdll
shimdbc custom -s -l USA -x makefile.xml
regsvr32 /s itcc.dll
hhc apps.hhp
pushd drvmain
..\hhc drvmain.hhp
popd
popd
popd