Index: /issm/trunk/src/m/utils/OS/scpin.m
===================================================================
--- /issm/trunk/src/m/utils/OS/scpin.m	(revision 1589)
+++ /issm/trunk/src/m/utils/OS/scpin.m	(revision 1590)
@@ -8,4 +8,9 @@
 %first get hostname
 hostname=oshostname();
+
+%first be sure packages are not in the current directory, this could conflict with pscp on windows. 
+for i=1:numel(packages),
+	delete(packages{i});
+end
 
 %if hostname and host are the same, do a simple copy
Index: /issm/trunk/src/m/utils/OS/scpout.m
===================================================================
--- /issm/trunk/src/m/utils/OS/scpout.m	(revision 1589)
+++ /issm/trunk/src/m/utils/OS/scpout.m	(revision 1590)
@@ -35,5 +35,4 @@
 			end
 		end
-		error;
 
 	else
