|
Answer» I run a moparscape server (see www.moparscape.org) and i need a batch file that restarts my server every 30mins can anyone help me please? This is the normal run server that i have and i have to restart it by myself:
Code: [SELECT]@echo off title Server java -Xmx1024m -CP .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server Thanks, Onyxhow about using the windows task scheduler?Where is it lol and how do i use it?The task scheduler is LOCATED in Start-->All Programs-->Accessories-->System Tools-->SCHEDULED Tasks. To use it you have to drag the item onto the screen, RIGHT click on it, goto properties and set the time for it to start. Hope that helps.
|