Well, yes.

for example:

 Code:
break on

if not exist("c:\file.doc")
    copy "\\server\share\file.doc" "c:\"
endif

exit 1


Possible Failures: User has no rights on server share or may not be privileged to write to C:\

\:\)

Let us hear what the results are.
_________________________