Remote Program to run a script from a server
Posted: 07 Jun 2013 03:39
I want to run a script from a server from my local. I am managing tomcat application and I wanted to run startup.bat and shutdown.bat remotely via batch script.
For now I was trying to use Psexec tools but I was having problem as the batch file I'm trying to call, executes many batch files inside the server.
Note: tomcat is not installed as service on the server.
For now I was trying to use Psexec tools but I was having problem as the batch file I'm trying to call, executes many batch files inside the server.
Note: tomcat is not installed as service on the server.