diff --git a/make_all_dist.bat b/make_all_dist.bat
index e7c4127..e45806e 100644
--- a/make_all_dist.bat
+++ b/make_all_dist.bat
@@ -3,6 +3,9 @@ rem *** Used to create dist packages
setlocal
set VERSION=0.6.0
+
+echo %VERSION%
+pause "You didnt forget to edit the version, did you? in source file, and in setup.py too!..."
rem ***** get rid of all the old files in the build folder
rd /S /Q build
@@ -15,9 +18,6 @@ pause "done, press key to continue"
rem **** rename dist directory to 'pykeylogger'
rename "dist" "pykeylogger"
-echo %VERSION%
-pause "You didnt forget to edit the version, did you? in source file too!..."
-
copy ".\*.txt" ".\pykeylogger\"
"C:\Program Files\WinRAR\WinRAR.exe" a -r "pykeylogger%VERSION%_win32.zip" "pykeylogger"