Hi,
I'm trying to search for multiple files on all the machines in the Domain and after ready other topics I came up with the following tool.
cmd.exe /x /c "dir \\%E%\c$\file1.exe \\%E%\c$\file2.exe \\%E%\c$\file3.exe >>c:\out.txt
Any suggestions ?
I'm trying to search for multiple files on all the machines in the Domain and after ready other topics I came up with the following tool.
cmd.exe /x /c "dir \\%E%\c$\file1.exe \\%E%\c$\file2.exe \\%E%\c$\file3.exe >>c:\out.txt
Any suggestions ?
Comment