Index: /xmlTools/trunk/posUpdate/Program.cs
===================================================================
--- /xmlTools/trunk/posUpdate/Program.cs	(revision 745)
+++ /xmlTools/trunk/posUpdate/Program.cs	(revision 746)
@@ -11,5 +11,5 @@
     class Program
     {
-        public static readonly string toolsVersion = "0.8b";
+        public static readonly string toolsVersion = "0.8c";
         private static appErrors lastError;
 
Index: /xmlTools/trunk/posUpdate/XmlPatch.cs
===================================================================
--- /xmlTools/trunk/posUpdate/XmlPatch.cs	(revision 745)
+++ /xmlTools/trunk/posUpdate/XmlPatch.cs	(revision 746)
@@ -296,5 +296,5 @@
                     else
                     {
-                        command = command.Insert(command.Length-1," -filename:" + this.forceFiles); // -1 to be inside quotes
+                        command = command.Insert(command.Length," -filename:" + this.forceFiles);
                     }
 
@@ -315,5 +315,5 @@
                 if (this.globalNoBackups && !Util.ContainsIgnoreCase(command,"nobackups")) // add noBackup flag if provided as global parameter
                 {
-                    command = command.Insert(command.Length - 1, " -nobackups"); // -1 to be inside quotes
+                    command = command.Insert(command.Length, " -nobackups");
                 }
 
