I am working on a script to read some logfiles of a backup software package... Then enter this data into a Database... These logfiles are located on several windows machines in different domains... Authenticating with different id's... I am currently mapping each of these drives manually then executing my script... I am looking for a way to automate this process... I need a way to map several drives to multipal computers... perhaps using a .ini type file to hold the computernames...
I am currently setting a $var manually in my Script...
then i read the directory into an array remove the . & .. and process the files I need...
If any one has some ideas on how i can do this..?
dbrock05@comcast.net