Hi,I am updating users machines for Year 2000 compliance by installing patches remotely via network logon scripts.
Some patches require that specific files be replaced. My problem is that out of 250 PCs, these files are going to be in close to 250 different locations (so much for a standard operating environment!). I need to be able to do the equivalent of a "Find Files" so I can find the files to replace.
Any ideas? I thought of executing a "dir filename /s" command and some how extracting the string, but I don't like my chances of it working correctly.
Also - some users are having problems after patches are installed. It seems that after an executeable patch is called (at the end of the script), when it is finished, the PC has tried to disconnect from the netlogon direcory and they get an error asking if they are sure they want to delete the drive. It only happens on some PCs, and only happens after other programs are run (happens on different patches). Any ideas on that?
Thanks for any help you can provide!