Post Reply 
Scripting to auto run tasks?
22-02-2013, 16:14 (This post was last modified: 22-02-2013 16:14 by simoncn.)
Post: #5
RE: Scripting to auto run tasks?
To run a script, use the following command:

java -jar "C:\Program Files\MinimWatch\lib\minimwatch.jar" --set minimwatch.view=console <myscript

where 'myscript' is the name of a script file. To stop MinimServer, the script file should contain:

sleep 5
select displayName
stop
exit

where displayName is the display name of the MinimServer instance that you want to stop. To restart MinimServer, the script file should contain:

sleep 5
select displayName
restart
sleep 5
exit
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Scripting to auto run tasks? - simoncn - 22-02-2013 16:14

Forum Jump:


User(s) browsing this thread: 1 Guest(s)