diff --git a/compile_debug.bat b/compile_debug.bat
new file mode 100644
index 0000000000000000000000000000000000000000..75e3bc8dcc99e01ca3f251319ea4e39ee3c9146f
--- /dev/null
+++ b/compile_debug.bat
@@ -0,0 +1,11 @@
+@echo off
+:: Free Cities Basic Compiler - Windows x86_64
+:: Will wait for keypress before terminating.
+
+:: Uses embedded Python 3.5.3 x86_64
+:: Will add all *.tw files to StoryIncludes.
+"%~dp0devTools\python-3.5.3\python.exe" "%~dp0devTools\scripts\includes.py" "src\config\start.tw.proto" "src\config\start.tw" "src" "%*"
+
+CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC.html" "%~dp0src\config\start.tw"
+ECHO Done
+PAUSE