Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
241 B

  1. echo running this damn file.
  2. @echo off
  3. REM -- Make help for C2CONFIG Utility
  4. if "%LANGUAGE%" == "" set LANGUAGE=usa
  5. xcopy /r hlp\%LANGUAGE%\*.rtf hlp
  6. xcopy /r hlp\%LANGUAGE%\*.hpj .
  7. xcopy /r hlp\%LANGUAGE%\*.cnt .
  8. hcrtf -x "c2cfg.hpj"
  9. echo.