Announcement

Collapse
No announcement yet.

copying files from local c:\ drive

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

  • copying files from local c:\ drive

    I am looking to copy a particular file from all of the pc's in our domain to the network. Is there a simple way to do this through Hyena?

  • #2
    Re: copying files from local c:\ drive

    You should be able to create a Custom Tool or use the Generate Macro function to do what you need. A starting point would be something like:

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

    Once you create the tool you can run it by selecting computers in the right window, then right-click and choose Tools, then the tool you created.

    Comment


    • #3
      Re: copying files from local c:\ drive

      It doesn't seem to work. I'm trying to copy the "favorites" folder (which is actually bookmark.htm) to a folder on our network using the command given (I actually replaced the \\%E% with \\%HOSTNAME%, this way I could hit the pc. Am I doing something wrong?

      Comment


      • #4
        Re: copying files from local c:\ drive

        %E% will be replaced with the computer name, so you must use that. Try putting &pause on the end of that command so you can see what's happening.

        Comment

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