Announcement

Collapse
No announcement yet.

How do i deploy a file...

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

  • cmccullough
    Guest replied
    Re: How do i deploy a file...

    You can create a Custom Tool to do this.

    Here are some instructions to get you started:

    1. Go to Tools->Settings->Tools and click New.
    2. Enter in a caption such as Copy File, then in the Command Line enter:

    cmd /c xcopy C:\file.dat "\\%E%\c$\*.*"

    3. Click OK to save this tool.
    4. To run it, select the computers you want to copy to in the right window, right-click and choose Tools, then the tool you created.

    Leave a comment:


  • matt2k4
    started a topic How do i deploy a file...

    How do i deploy a file...

    Is there an easy way to deploy a file to our server fleet, we want to put psexec on the root of every box in our farm.

    I assume this needs to be done with some sort of tool/batch file - i'm just a newbie when it comes to this part of hyena.

    Can anyone assist?
Working...
X