windows-nt/Source/XPSP1/NT/termsrv/admtools/winutils/c2config/makehelp.bat
2020-09-26 16:20:57 +08:00

10 lines
241 B
Batchfile

echo running this damn file.
@echo off
REM -- Make help for C2CONFIG Utility
if "%LANGUAGE%" == "" set LANGUAGE=usa
xcopy /r hlp\%LANGUAGE%\*.rtf hlp
xcopy /r hlp\%LANGUAGE%\*.hpj .
xcopy /r hlp\%LANGUAGE%\*.cnt .
hcrtf -x "c2cfg.hpj"
echo.