diff --git a/compile.bat b/compile.bat
new file mode 100644
index 0000000000000000000000000000000000000000..8f6befc5f52ebc941a287571b1333527af52ca7b
--- /dev/null
+++ b/compile.bat
@@ -0,0 +1,7 @@
+@echo off
+call "C:\OSGeo4W\bin\o4w_env.bat"
+call "C:\OSGeo4W\bin\qt5_env.bat"
+call "C:\OSGeo4W\bin\py3_env.bat"
+
+@echo on
+pyrcc5 -o resources.py resources.qrc
\ No newline at end of file