Files
EDOKA_DMS/Common/VBdoc/register_Common.bat
2022-12-25 10:09:49 +01:00

11 lines
512 B
Batchfile

REM This script registers the documentation in target help
REM system. That means the CHM file will be accessible from
REM other CHM files without specifying its full path. Moreover,
REM this documentation becomes context sensitive in Visual Studio .NET.
REM You should call the following line or this script during
REM installation of your product on the target machine.
REM All 3 files (EXE, CHM and XML) must be in the same directory.
HelixoftHelpReg.exe -c"Common.chm" -d"Common_dyn_help.xml"