I am trying to copy a log file in a specific directory on a number of machines in my domain to one central machine to hold all of the copies. It is a Win32 environment.
I did a super search and didn't find anything specific to win32 so i have a few questions:
1) I need to read in a list of machines in...i assume i should use a while loop to get every machine's copy of the log file but do i need to use the "\\" to connect to the machine's file system? If so, how can i do that?
2) should i use the File::Copy module. Does that apply to NT?
Any help to get me started would be much appreciated.
A novice monk.
~Ray~