|
I am using case statements to determine certain ingroups of all of my offices....and calling office specific scripts if they are a member of that group..........I have encountered a strange issue.......It has happened twice now.....on one of my case statements
Case InGroup("us-gvl") Call "\\$hs\scripts$\office\us-gvl.kix" \
that statement has always worked and I used the case ingroup statement for 15 or so offices and have never had a problem.....a few months ago I had an issue where it was running all of my scripts and when it got to the end calling the specific office scripts it would error......script error failed to find/open scipt....I deleted the kix file and copied it back and it worked again. I am having that issue again and curious if anyone has seen this occur before and if anyone has any advice.
|