Announcement

Collapse
No announcement yet.

Create Tool to Copy Files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #2
    Re: Create Tool to Copy Files

    See if this will work:

    cmd /c copy \\server\share\file.dat \\%E%\c$\folder\*.*

    Comment


    • #3
      Re: Create Tool to Copy Files

      That worked! Thanks!

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎