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!
Something similar to the below:
cmd copy \\server\share\file c:\folder\
Thanks!
Comment