C
C.M.G.
The following batch file copies files from one directory to another, on the
same HD:
copy "C:\folder1\*.*" "C:\folder2"
My question is: what is the proper syntax to send the files to a directory
on a different computer that is networked with the source computer?
Thanks for your help.
Clem.
same HD:
copy "C:\folder1\*.*" "C:\folder2"
My question is: what is the proper syntax to send the files to a directory
on a different computer that is networked with the source computer?
Thanks for your help.
Clem.