Removed useless prefix from all the project related to UPnP
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@569746 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp/doc/core.sh.bat b/upnp/doc/core.sh.bat
new file mode 100644
index 0000000..8ecd90c
--- /dev/null
+++ b/upnp/doc/core.sh.bat
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+
+echo "cd into felix directory"
+cd ../../main
+
+echo "lauching felix with core gateway properties"
+java -Dfelix.config.properties=file:../upnp/doc/config.properties.core -jar bin/felix.jar
+