IntraSell AutoRestart Configuration: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Marko (Diskussion | Beiträge) |
Marko (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
<h2> Follow next steps to configure AutoRestarting of IntraSell: </h2> | <h2> Follow next steps to configure AutoRestarting of IntraSell: </h2> | ||
<ul><li>Create new text file and call it restart.bat | <ul><li>Create new text file and call it restart.bat | ||
− | </li> | + | </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>Copy following text into that file: | ||
</li></ul><p>taskkill /im "mysqld.exe" /f | </li></ul><p>taskkill /im "mysqld.exe" /f | ||
Zeile 11: | Zeile 11: | ||
<p>start IntraSell_Net.exe | <p>start IntraSell_Net.exe | ||
</p> | </p> | ||
+ | |||
<ul><li>Move that file to safe | <ul><li>Move that file to safe | ||
</li> | </li> |
Version vom 4. März 2016, 14:35 Uhr
Follow next steps to configure AutoRestarting of IntraSell:
- Create new text file and call it restart.bat <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;" />
- 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:
- Click Action
- Click Create Basic Task
- Insert Name and Description for task (remember the Name, you will need it later)
- Click Next
- Select Daily
- Click Next
- Set time to 12:00:00 AM
- Click Next
- Select Start a program
- Click Next
- Browse for the created restart.bat file
- Click Next
- 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 !!!!!!!!!!!