Dim strSource As String
Dim strDest As String
strSource = "\\comp1\share\fred1.txt"
strDest = "\\comp2\projects\fred.txt"
FileCopy strSource, strDest
Where share is a share name on comp1 and projects is the share name on comp2
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.