IntraSell AutoRestart Configuration: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Marko (Diskussion | Beiträge) (Created blank page) |
Marko (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | + | <h2> Follow next steps to configure AutoRestarting of IntraSell: </h2> | |
+ | <ul><li>Create new text file and call it restart.bat | ||
+ | </li> | ||
+ | <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> | ||
+ | <pre class="_fck_mw_lspace">cd "full path to intrasell exe file" | ||
+ | </pre> | ||
+ | <p>start IntraSell_Net.exe | ||
+ | </p> | ||
+ | <ul><li>Move that file to safe | ||
+ | </li> | ||
+ | <li>Open Windows Task Scheduler | ||
+ | </li> | ||
+ | <li>Follow next steps: | ||
+ | </li></ul><ol><li>Click Action | ||
+ | </li> | ||
+ | <li>Click Create Basic Task | ||
+ | </li> | ||
+ | <li>Insert Name and Description for task (remember the Name, you will need it later) | ||
+ | </li> | ||
+ | <li>Click Next | ||
+ | </li> | ||
+ | <li>Select Daily | ||
+ | </li> | ||
+ | <li>Click Next | ||
+ | </li> | ||
+ | <li>Set time to 12:00:00 AM | ||
+ | </li> | ||
+ | <li>Click Next | ||
+ | </li> | ||
+ | <li>Select Start a program | ||
+ | </li> | ||
+ | <li>Click Next | ||
+ | </li> | ||
+ | <li>Browse for the created restart.bat file | ||
+ | </li> | ||
+ | <li>Click Next | ||
+ | </li> | ||
+ | <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 !!!!!!!!!!!</b> | ||
+ | </p> |
Version vom 4. März 2016, 14:11 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:
- 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 !!!!!!!!!!!