IntraSell AutoRestart Configuration: Unterschied zwischen den Versionen

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