I am trying to determine the "closest" server to any given user and then map a drive to that server. I was going to shell out the ping command to ping each server and then get the response time from each server and then connect to that server, but I'm not exactly sure what would be the most efficient way to accomplish this.