summaryrefslogtreecommitdiffstats
path: root/public/oak/bin/mkhive1.sav
blob: 74dd47dabf7b722b242eb1fdb20483f1fbb0e386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
echo Creating %1 hive
%_PREPROCESSOR% %3 %_HIVE_OPTIONS% -g %4
if ERRORLEVEL 1 goto done
erase >nul 2>nul %1. <..\inc\yes.
regini %_HIVEINI_FLAGS% -h %1 %2 %4 >%5
if ERRORLEVEL 1 goto done
takeown %1 >nul 2>nul
hivedmp -f %1 >%6
if "%_HIVE_KEEP%" == "" erase %4 >nul 2>nul <..\inc\yes.
:done