summaryrefslogtreecommitdiffstats
path: root/public/oak/bin/mkhive1.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'public/oak/bin/mkhive1.cmd')
-rw-r--r--public/oak/bin/mkhive1.cmd9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/oak/bin/mkhive1.cmd b/public/oak/bin/mkhive1.cmd
new file mode 100644
index 000000000..36f82f2bd
--- /dev/null
+++ b/public/oak/bin/mkhive1.cmd
@@ -0,0 +1,9 @@
+if "%CODEPAGE%" == "" %_PREPROCESSOR% %3 %_HIVE_OPTIONS% -g %4
+if not "%CODEPAGE%" == "" %_PREPROCESSOR% %3 %_HIVE_OPTIONS% -DCODEPAGE=%CODEPAGE% -g %4
+if ERRORLEVEL 1 goto done
+erase >nul 2>nul %1. <..\inc\yes.
+if "%_REGINI_%" == "" set _REGINI_=regini
+%_REGINI_% %_HIVEINI_FLAGS% -h %1 %2 %4 >%5
+if ERRORLEVEL 1 goto done
+if "%_HIVE_KEEP%" == "" erase %4 >nul 2>nul <..\inc\yes.
+:done