Re: Create Tool to Copy Files
That worked! Thanks!
Announcement
Collapse
No announcement yet.
Create Tool to Copy Files
Collapse
X
-
Guest repliedRe: Create Tool to Copy Files
See if this will work:
cmd /c copy \\server\share\file.dat \\%E%\c$\folder\*.*
Leave a comment:
-
-
Create Tool to Copy Files
How do I create a tool to copy a file from a specific server to a specific location on a computer?
Something similar to the below:
cmd copy \\server\share\file c:\folder\
Thanks!Tags: None
-
Leave a comment: