This should work if you have access to the computers and it's c drive over the network.

Code:

If Exist ("\\computer\c$\somefolder")
Copy "source stuff to copy" "\\computer\c$\somefolder\"
Else
MD "\\computer\c$\somefolder"
Copy "source stuff to copy" "\\computer\c$\somefolder\"
EndIf

_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.