Remote Program to run a script from a server

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
kidhaxman
Posts: 10
Joined: 16 Jan 2013 00:48

Remote Program to run a script from a server

#1 Post by kidhaxman » 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.

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Remote Program to run a script from a server

#2 Post by Squashman » 07 Jun 2013 06:27

Well we are not omniscient so unless you can show us how you are trying to use psexec and the code in the other batch files as well as any error messages you are getting it will be kind of hard for anyone to help you troubleshoot.
Another option is to use WinRS.

Post Reply