diff options
-rw-r--r-- | tools/installer_ng/compile.bat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/installer_ng/compile.bat b/tools/installer_ng/compile.bat index 2a0ba114c5..f0c03d0884 100644 --- a/tools/installer_ng/compile.bat +++ b/tools/installer_ng/compile.bat @@ -28,4 +28,13 @@ if defined ProgramFiles(x86) ( "%ProgramFiles%\%Compile32%
"%ProgramFiles%\%Compile64%
)
+rem end
+
+rem Error repotrt
+if errorlevel 1 goto compileerror
+goto end
+:compileerror
+cls && echo Something went wrong... Please run createstructure.bat and try again
+pause
+:end
rem end
\ No newline at end of file |