This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
locations = { | |
:Goodman => ["\\\\192.168.2.101\\e$\\gw.log"], | |
:CIMA => ["\\\\192.168.2.101\\e$\\cima.log"], | |
:Edgewater => ["\\\\is-util02\\c$\\eba.log"], | |
:Viscosity => ["\\\\192.168.2.30\\c$\\DATA\\USERCOPYLOG.LOG", | |
"\\\\192.168.2.30\\c$\\DATA\\PSTS.LOG"], | |
:SSR => ["\\\\192.168.2.105\\c$\\Program Files\\Windows Resource Kits\\Tools\\RC.log", | |
"\\\\192.168.2.105\\c$\\Program Files\\Windows Resource Kits\\Tools\\RC2.log"], | |
:POC => ["\\\\192.168.100.96\\f$\\QBROBOCOPY.LOG"], | |
:AGDG => ["\\\\192.168.2.114\\c$\\RC2.LOG", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
locations = [ | |
"\\\\192.168.2.101\\e$\\gw.log", | |
"\\\\192.168.2.101\\e$\\cima.log", | |
"\\\\is-util02\\c$\\eba.log", | |
"\\\\192.168.2.30\\c$\\DATA\\USERCOPYLOG.LOG", | |
"\\\\192.168.2.30\\c$\\DATA\\PSTS.LOG", | |
"\\\\192.168.2.105\\c$\\Program Files\\Windows Resource Kits\\Tools\\RC.log", | |
"\\\\192.168.2.105\\c$\\Program Files\\Windows Resource Kits\\Tools\\RC2.log", | |
"\\\\192.168.100.96\\f$\\QBROBOCOPY.LOG", | |
"\\\\192.168.2.114\\c$\\RC2.LOG", |