I know that this is a weird problem, so any ideas are appreciated.
I have several scripts that automatically run in succession on newly-deployed systems. They do things like copy files and install software such as the SMS client. It had been working fine for the longest time.
Suddenly, something has changed and now things are not happening as they should. The first several scripts still run fine. The problem is in the last 2-3 scripts. Files and folders don't copy. Logging to text files does not happen; they are not even created. There are no error messages. It is as if the commands are ignored. The scripts work just fine if run manually. It seems to be limited to only the file system object because actions performed by the shell object still work, such as running a program.
I have narrowed the problem down to the script which installs the ATI Catalyst Control Center. If I remove the script, then everything starts working again. When I put it back, things are broken again. I may contact ATI support, but in the past they have been useless on issues directly related to their product, so I don't expect much help on something as obscure as this.
Could the ATI installer be replacing some file(s) related to the file system object? I have checked scrrun.dll before and after the ATI installer and it is not changed. Are there other files to check?
Again I know this is a pretty weird problem, but I really appreciate any help or ideas you can give.