Announcement

Collapse
No announcement yet.

Remove files from multiple machines

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

  • Remove files from multiple machines

    Hello Guys,

    Quick question.. Is is possible to remove files from multiple PC's using Hyena? This is what I am getting at. I have some files that I have have pulled using the exporter that I would like to remove. I would like to do this without having to go to each machine to accomplish this. Thanks for your time and great product!

  • #2
    Re: Remove files from multiple machines

    The only way would be to experiment with creating a Custom Tool. You can create a batch file, or do something like:

    cmd /c del \\%E%\c$\file.txt

    Comment


    • #3
      Re: Remove files from multiple machines

      Thanks I will give that a shot

      Comment

      Working...
      X