You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
318 B
18 lines
318 B
@echo off |
|
setlocal |
|
set AxImp="%ProgramFiles%\Microsoft.NET\SDK\v2.0\Bin\AxImp.exe" |
|
set Help2Library="%CommonProgramFiles%\Microsoft Shared\help\hxvz.dll" |
|
|
|
|
|
if exist Ax*.dll del Ax*.dll |
|
if exist MSHelp*.dll del MSHelp*.dll |
|
|
|
%AxImp% %Help2Library% |
|
|
|
del Ax*.dll |
|
del MSHelpControls.dll |
|
|
|
set Help2Library= |
|
set AxImp= |
|
|
|
pause |