Leaked source code of windows server 2003
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.

14 lines
530 B

  1. @if "%_echo1%" == "" echo off
  2. if "%CODEPAGE%" == "" %_PREPROCESSOR% %3 %_HIVE_OPTIONS% -g %4
  3. if not "%CODEPAGE%" == "" %_PREPROCESSOR% %3 %_HIVE_OPTIONS% -DCODEPAGE=%CODEPAGE% -g %4
  4. if ERRORLEVEL 1 goto done
  5. erase /q >nul 2>nul %1.
  6. if "%_REGINI_%" == "" set _REGINI_=hiveini
  7. %_REGINI_% %_HIVEINI_FLAGS% -h %1 %2 %4 >%5
  8. if ERRORLEVEL 1 goto done
  9. if "%_SETUPP_%" == "" set _SETUPP_=pidinit
  10. %_SETUPP_% %_HIVE_OPTIONS% -g %6 -m %7 -s r
  11. if "%_HIVE_KEEP%" == "" erase /q %4 >nul 2>nul
  12. :done
  13. @if "%_echo1%" == "" echo off