IntraSell AutoRestart Configuration: Unterschied zwischen den Versionen

Aus GRITON
Zur Navigation springen Zur Suche springen
 
Zeile 1: Zeile 1:
<h2> Follow next steps to configure AutoRestarting of IntraSell: </h2>
+
== Follow next steps to configure AutoRestarting of IntraSell: ==
<ul><li>Create new text file and call it restart.bat
+
 
</li><li>Copy following text into that file:
+
*Create new text file and call it restart.bat
</li></ul><p>taskkill /im "mysqld.exe" /f
+
*Copy following text into that file:
</p><p>cd "c:\MySQL Server 5.1" start startup.bat
+
 
</p><p>taskkill /im "IntraSell_Net.exe" /f
+
<span style="color:#FF0000;">taskkill /im "mysqld.exe" /f</span>
</p>
+
 
<p>cd "full path to intrasell exe file"
+
<span style="color:#FF0000;">cd "c:\MySQL Server 5.1" start startup.bat</span>
</p>
+
 
<p>start IntraSell_Net.exe
+
<span style="color:#FF0000;">taskkill /im "IntraSell_Net.exe" /f</span>
</p>
+
 
<ul><li>Move that file to safe
+
<span style="color:#FF0000;">cd "full path to intrasell exe file"</span>
</li>
+
 
<li>Open Windows Task Scheduler
+
<span style="color:#FF0000;">start IntraSell_Net.exe</span>
</li>
+
 
<li>Follow next steps:
+
*Move that file to safe
</li></ul><ol><li>Click Action
+
*Open Windows Task Scheduler
</li>
+
*Follow next steps:
<li>Click Create Basic Task
+
 
</li>
+
#Click Action
<li>Insert Name and Description for task (remember the Name, you will need it later)
+
#Click Create Basic Task
</li>
+
#Insert Name and Description for task (remember the Name, you will need it later)
<li>Click Next
+
#Click Next
</li>
+
#Select Daily
<li>Select Daily
+
#Click Next
</li>
+
#Set time to 12:00:00 AM or 00:00:00
<li>Click Next
+
#Click Next
</li>
+
#Select Start a program
<li>Set time to 12:00:00 AM
+
#Click Next
</li>
+
#Browse for the created restart.bat file
<li>Click Next
+
#Click Next
</li>
+
#Click Finish
<li>Select Start a program
+
 
</li>
+
*In Task Scheduler Lybrary find your Task
<li>Click Next
+
*Double click on it
</li>
+
*In Condition tab uncheck all
<li>Browse for the created restart.bat file
+
*Click OK
</li>
+
 
<li>Click Next
+
You Can test Task by selecting created task and then clicking Run button
</li>
+
 
<li>Click Finish
+
*Close Task Scheduler
</li></ol><ul><li>In Task Scheduler Lybrary find your Task
+
 
</li>
+
'''That is all&nbsp;!!!!!!!!!!!'''
<li>Double click on it
 
</li>
 
<li>In Condition tab uncheck all
 
</li>
 
<li>Click OK
 
</li></ul><p>You Can test Task by selecting created task and then clicking Run button
 
</p>
 
<ul><li>Close Task Scheduler
 
</li></ul><p><b>That is all&#160;!!!!!!!!!!!</b>
 
</p>
 

Aktuelle Version vom 6. März 2016, 11:29 Uhr

Follow next steps to configure AutoRestarting of IntraSell:

  • Create new text file and call it restart.bat
  • Copy following text into that file:

taskkill /im "mysqld.exe" /f

cd "c:\MySQL Server 5.1" start startup.bat

taskkill /im "IntraSell_Net.exe" /f

cd "full path to intrasell exe file"

start IntraSell_Net.exe

  • Move that file to safe
  • Open Windows Task Scheduler
  • Follow next steps:
  1. Click Action
  2. Click Create Basic Task
  3. Insert Name and Description for task (remember the Name, you will need it later)
  4. Click Next
  5. Select Daily
  6. Click Next
  7. Set time to 12:00:00 AM or 00:00:00
  8. Click Next
  9. Select Start a program
  10. Click Next
  11. Browse for the created restart.bat file
  12. Click Next
  13. Click Finish
  • In Task Scheduler Lybrary find your Task
  • Double click on it
  • In Condition tab uncheck all
  • Click OK

You Can test Task by selecting created task and then clicking Run button

  • Close Task Scheduler

That is all !!!!!!!!!!!