Use microsoft's tool for remote commands executions: PsExec
If there isn't your bat-file on remote host, copy it first. For example:
copy D:apache-tomcat-6.0.20apache-tomcat-7.0.30inshutdown.bat \RemoteServerNameOrIPd$apache-tomcat-6.0.20apache-tomcat-7.0.30in
And then execute:
psexec \RemoteServerNameOrIP d:apache-tomcat-6.0.20apache-tomcat-7.0.30inshutdown.bat
Note: filepath for psexec is path to file on remote server, not your local.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…