Index: /xmlTools/trunk/posUpdate/Program.cs
===================================================================
--- /xmlTools/trunk/posUpdate/Program.cs	(revision 742)
+++ /xmlTools/trunk/posUpdate/Program.cs	(revision 743)
@@ -11,5 +11,5 @@
     class Program
     {
-        public static readonly string toolsVersion = "0.8";
+        public static readonly string toolsVersion = "0.8a";
 
         public enum appErrors
Index: /xmlTools/trunk/posUpdate/Util.cs
===================================================================
--- /xmlTools/trunk/posUpdate/Util.cs	(revision 742)
+++ /xmlTools/trunk/posUpdate/Util.cs	(revision 743)
@@ -87,9 +87,16 @@
         {
             List<String> xmlFiles = new List<String>();
-            String[] files = System.IO.Directory.GetFiles(getExePath()); //Get all files in executable directory
+
+            String dir = Path.GetDirectoryName(filewildcard); // Get the specified directory
+            if (dir == "")
+            {
+                dir = Util.getExePath();
+            }
+            String wildcard = Path.GetFileName(filewildcard); // Get files/wildcard
+            String[] files = System.IO.Directory.GetFiles(dir); //Get all files in specified directory
 
             foreach (String file in files)
             {
-                Regex wildcardRegex = new Regex(Util.WildcardToRegex(filewildcard), RegexOptions.IgnoreCase); //case insensitivity
+                Regex wildcardRegex = new Regex(Util.WildcardToRegex(wildcard), RegexOptions.IgnoreCase); //case insensitivity
                 if (wildcardRegex.IsMatch(Path.GetFileName(file)))
                 {
Index: /xmlTools/trunk/posUpdate/xmlTools.csproj.user
===================================================================
--- /xmlTools/trunk/posUpdate/xmlTools.csproj.user	(revision 742)
+++ /xmlTools/trunk/posUpdate/xmlTools.csproj.user	(revision 743)
@@ -2,5 +2,5 @@
 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
-    <StartArguments>replaceall -element:FirstLevel -value:0 -nobackups -filename:"C:\Users\home\Documents\Visual Studio 2012\Projects\posUpdate\posUpdate\bin\Debug\%2a.xml"</StartArguments>
+    <StartArguments>replaceall -element:FirstLevel -value:0 -nobackups -filename:C:\Users\home\AppData\Local\Temp\oni_aei\installrun_temp-2013_03_26-01_55_52\level0_final\xml\%2a.xml</StartArguments>
   </PropertyGroup>
   <PropertyGroup>
