diff --git a/doc/README.build.msvc.html b/doc/README.build.msvc.html
index eab598d9db..36d207fb9a 100644
--- a/doc/README.build.msvc.html
+++ b/doc/README.build.msvc.html
@@ -66,16 +66,16 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
- Open a command line window.
- Go to the firebird2 builds\win32 directory.
-- Run the following batches in order (where X is the version number of your VisualStudio)
+- Run the following batches in order (your version of VisualStudio is detected automatically)
- prepare.bat [FIREBIRD]
-- makeX_boot.bat
-- makeX_all.bat [DEBUG] [CLEAN]
-- makeX_examples.bat [DEBUG] [CLEAN] (this is only needed if you want to build examples)
+- make_boot.bat
+- make_all.bat [DEBUG] [CLEAN]
+- make_examples.bat [DEBUG] [CLEAN] (this is only needed if you want to build examples)
-After the build finish, the firebird directory with the binaries is created as "output".
+After the build finish, the firebird directory with the binaries is created as "output" below your firebird directory.
- To make a clean build from scratch after making changes to the code use the clean_all.bat script
4.2.-Parser rebuild
@@ -86,8 +86,8 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
Open a command line window.
Go to the firebird2 src\install\arch-specific\win32 directory.
The batch to build the installer is
-BuildExecutableInstall.bat [MSVC_VERSION] [DEBUG] [CS]
-Where MSVC_VERSION can be 6 o 7, DEBUG means if the build is a debug one or not and CS means classic server installer.
+BuildExecutableInstall.bat [DEBUG] [CS]
+Where DEBUG means if the build is a debug one or not and CS means classic server installer.