windows-nt/Source/XPSP1/NT/admin/netui/common/bin/localhlp.cmd

6 lines
140 B
Batchfile
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
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