diff --git a/Docs/src/build.bat b/Docs/src/build.bat
index 93e660b5..de0f00e2 100644
--- a/Docs/src/build.bat
+++ b/Docs/src/build.bat
@@ -6,7 +6,7 @@ bin\halibut.exe chm_config.but intro.but tutorial.but usage.but script.but var.b
@del /F *.html *.hhc *.hhk *.css
@if not "x%OS%x" == "xWindows_NTx" goto CHMCopy
@fc /B nsis.chm ..\..\nsis.chm > nul
-@if errorlevel 0 goto SkipCHMCopy
+@if %errorlevel% == 0 goto SkipCHMCopy
:CHMCopy
@copy nsis.chm ..\..\
:SkipCHMCopy
diff --git a/Docs/src/chm_config.but b/Docs/src/chm_config.but
index 3ec71c1b..0d47d820 100644
--- a/Docs/src/chm_config.but
+++ b/Docs/src/chm_config.but
@@ -16,9 +16,9 @@
\cfg{chm-ind-file}{ind.hhk}
-\preamble NSIS is a free scriptable win32 installer/uninstaller system that doesn't suck and isn't huge.
+\preamble Check \W{http://nsis.sourceforge.net/}{http://nsis.sf.net} for news, information, support, examples, tutorials and more.
-\preamble To get all of the latest information about NSIS development: \W{http://nsis.sourceforge.net/}{NSIS Development Page}.\\
To talk with others in the NSIS community: \W{http://forums.winamp.com/forumdisplay.php?s=&forumid=65}{NSIS forum}.\\
For more useful functions, NSIS script editors and other software, example scripts, plug-ins and tutorials: \W{http://nsis.sourceforge.net/archive/}{NSIS Archive}.\\
This HTML Help was created with help of Nike \W{mailto:nike@sendmail.ru}{nike@sendmail.ru}
+\preamble Quick links:\\
\W{http://nsis.sourceforge.net/site/FAQ.15.0.html}{FAQ} - A list of frequently asked questions\\
\W{http://nsis.sourceforge.net/archive/}{NSIS Archive} - Examples, functions, tutorials, plug-ins, software, more\\
\W{http://forums.winamp.com/forumdisplay.php?forumid=65}{Forum} - Post questions or discuss NSIS features\\
This HTML Help was created with help of Nike \W{mailto:nike@sendmail.ru}{nike@sendmail.ru}
\copyright Copyright (C) 1999-2003 Nullsoft, Inc.