We use Kixtart for our logon scripts, this allows us to specify NT groups in the script. I'd like to set a script that copies a file to people who are in a certain group. Here's the trick. I'd like to specify several locations for the script to copy to. I need to set it so that if the first path to copy to does not exist, then its moves on to the next, and then the next, until it finds a path that it DOES have. Once that path is found, it should copy the file to that location.
Any ideas?
Any ideas?