{endcode}
 for out-of-source builds, navigate to the build destination folder and execute cmake; passing it the path to the HTCondor sources. For example
 {code}
-// assuming that the current directory is CONDOR_SRC
+REM assuming that the current directory is CONDOR_SRC
 set _condor_sources=%CD%
-md c:\scratch\condor\build_dest
+mkdir c:\scratch\condor\build_dest
 cd /d c:\scratch\condor\build_dest
 cmake CMakeLists.txt -G "Visual Studio 11 2012" %_condor_sources%
 {endcode}