Need a vb script to connect to different server and execute a batch file in the remote server
Since VBscript isn't natively remotable I would suggest you look to write this script using PowerShell leveraging WinRM. If you need assistance writing such a script then I suggest posting this question to. This forum is where Thwack's resident "Script Gurus" normally hang out. You might also find the following TechNet discussion helpful in getting you started with writing such a PowerShell script.
Second half of this article may help.