merging fix to script made by github user liseri under mifosio version of demo-server
diff --git a/scripts/windows/initial-setup.bat b/scripts/windows/initial-setup.bat
index 70ef91b..c3d9414 100644
--- a/scripts/windows/initial-setup.bat
+++ b/scripts/windows/initial-setup.bat
@@ -212,6 +212,15 @@
 TIMEOUT /T 5
 cd ..
 
+REM initialze cheques
+git clone https://github.com/%githubAccount%/cheques.git
+cd cheques
+git remote add upstream https://github.com/mifosio/cheques.git
+git checkout develop
+CALL gradlew publishToMavenLocal
+TIMEOUT /T 5
+cd ..
+
 REM initialze teller
 git clone https://github.com/%githubAccount%/teller.git
 cd teller