IntraSell AutoRestart Configuration: Unterschied zwischen den Versionen

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