diff --git a/misc/App_prod.config b/misc/App_prod.config
new file mode 100644
index 00000000..5d14dc83
--- /dev/null
+++ b/misc/App_prod.config
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+
+
+ 60
+
+
+ 1000
+
+
+ http://192.168.2.24/LockingService/LockingService.svc
+
+
+ Initial Catalog=nsw;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/misc/App_test.config b/misc/App_test.config
new file mode 100644
index 00000000..c20779b5
--- /dev/null
+++ b/misc/App_test.config
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ True
+
+
+ 60
+
+
+ 1000
+
+
+ http://192.168.2.24/LockingService/LockingService.svc
+
+
+ Initial Catalog=nswtest;Data Source=192.168.2.24\SQLEXPRESS;Uid=dfuser;pwd=dfpasswd;Persist Security Info=False;Connection Reset=false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/misc/EUREPORT_test.png b/misc/EUREPORT_test.png
new file mode 100644
index 00000000..375b2af7
Binary files /dev/null and b/misc/EUREPORT_test.png differ
diff --git a/misc/copyprod.cmd b/misc/copyprod.cmd
new file mode 100644
index 00000000..23c7c452
--- /dev/null
+++ b/misc/copyprod.cmd
@@ -0,0 +1,2 @@
+@echo off
+copy App_prod.config ..\ENI2\App.config
\ No newline at end of file
diff --git a/misc/copytest.cmd b/misc/copytest.cmd
new file mode 100644
index 00000000..fb755495
--- /dev/null
+++ b/misc/copytest.cmd
@@ -0,0 +1,3 @@
+@echo off
+copy App_test.config ..\ENI2\App.config
+copy EUREPORT_test.png ..\ENI2\Resources\EUREPORT.png
\ No newline at end of file