About MSDN for VB6 and VC6

Source: Internet
Author: User
2011/05/29 1:53 a.m.

MSDN for VB6 and VC6 are really cups,

The index page inside is *.col format,

And the details of the index page are placed on the system partition
%systemroot%\help\hhcolreg.dat

and a

C:\ProgramData\Microsoft\HTML Help\hhcolreg.dat

Inside

After reloading the system, I had to reload MSDN.

See the batch processing of a green version of Setup to understand.

 @echo off: _start set cpath=%cd% set rcpath=%cpath:\=\\% set Findstr=msdncpathfal  G Set NEWSTR=%CPATH%\MSDNVB set Dfile=hhcolreg.dat set dtmp=hhcolreg.tmp echo is copying files to%systemroot%\help\hhcolreg.dat for /F "delims="%%i in (%dfile%) do (Setlocal enabledelayedexpansion set "vartmp=%%i" Set "vartmp=!vartmp:%findstr%=%new
 str%! "
 >>%dtmp% echo,!vartmp! endlocal) if exist%systemroot%\help\hhcolreg.dat (copy/y "%systemroot%\help\hhcolreg.dat" "%cpath%\hhcolreg.bak") CO py/y "%cpath%\hhcolreg.tmp"%systemroot%\help\hhcolreg.dat >nul del/s "%cpath%\hhcolreg.tmp" >nul call%System Root%\hh.exe%newstr%\msdnvs98.col Pause exit 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.