IntraSell AutoRestart Configuration: Unterschied zwischen den Versionen

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