diff --git a/compile.bat b/compile.bat
index 6b4efefbb3cd32c705cc5e791e2762fa4010b43b..610d104dd97a487bd63be6e85d908f3e492742db 100644
--- a/compile.bat
+++ b/compile.bat
@@ -7,7 +7,7 @@ copy src\config\start.tw.proto start.tw.tmp >nul
 >>start.tw.tmp (for /r "src" %%F in (*.tw) do echo %%F)
 move start.tw.tmp src\config\start.tw >nul
 
-CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC.html" "%~dp0src\config\start.tw"
+CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src\config\start.tw"
 
 del src\config\start.tw
 
diff --git a/compile_debug.bat b/compile_debug.bat
index 2836a6b2c33b1e06eca7a2344badf3a04bbda8b8..c43f877aa06f750785e0880ef45e4256dbdabbee 100644
--- a/compile_debug.bat
+++ b/compile_debug.bat
@@ -8,7 +8,7 @@ copy src\config\start.tw.proto start.tw.tmp >nul
 >>start.tw.tmp (for /r "src" %%F in (*.tw) do echo %%F)
 move start.tw.tmp src\config\start.tw >nul
 
-CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC.html" "%~dp0src\config\start.tw"
+CALL "%~dp0devTools\tweeGo\tweego.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src\config\start.tw"
 
 del src\config\start.tw