windows-nt/Source/XPSP1/NT/admin/netui/common/bin/localhlp.cmd
2020-09-26 16:20:57 +08:00

6 lines
140 B
Batchfile

set ROOT_DIR=%1
if "%1"=="" set ROOT_DIR=.
cxxdbgen /r /c "Local UI HELP" /o ui.tmp %ROOT_DIR%
helpmake /V /T /E /oui.hlp ui.tmp
del ui.tmp