IntraSell AutoRestart Configuration: Unterschied zwischen den Versionen

Aus GRITON
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
 
<ul><li>Create new text file and call it restart.bat
 
<ul><li>Create new text file and call it restart.bat
 
</li>
 
</li>
 +
[[File:1.png]]
 +
[[File:2.png]]
 
<li>Copy following text into that file:
 
<li>Copy following text into that file:
 
</li></ul><p>taskkill /im "mysqld.exe" /f
 
</li></ul><p>taskkill /im "mysqld.exe" /f
Zeile 7: Zeile 9:
 
</p><p>taskkill /im "IntraSell_Net.exe" /f
 
</p><p>taskkill /im "IntraSell_Net.exe" /f
 
</p>
 
</p>
<p>cd &amp;quot;full path to intrasell exe file&amp;quot;
+
<p>cd "full path to intrasell exe file"
 
</p>
 
</p>
 
<p>start IntraSell_Net.exe
 
<p>start IntraSell_Net.exe

Version vom 4. März 2016, 14:27 Uhr

Follow next steps to configure AutoRestarting of IntraSell:

  • Create new text file and call it restart.bat
  • 1.png 2.png
  • 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
  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 !!!!!!!!!!!