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?
Announcement
Collapse
No announcement yet.
copying files from local c:\ drive
Collapse
X
-
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.
-
-
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
-
Comment