This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
startup_win [2012/02/04 00:39] cerberus |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | To create a single click startup bat file that runs both the serviio bat files ( Windows only ) | ||
| - | 1. Click Start | ||
| - | 2. Click Run | ||
| - | 3. Type: notepad and press enter. | ||
| - | 4. Once notepad is open, type the below lines in the file or copy and paste the below lines into notepad. | ||
| - | |||
| - | < | ||
| - | @ECHO OFF | ||
| - | c: | ||
| - | cd \program files\serviio\bin\ | ||
| - | CALL serviio.bat | ||
| - | SLEEP 2 | ||
| - | CALL serviio-console.bat | ||
| - | EXIT | ||
| - | </ | ||
| - | |||
| - | 5. Click File and click Save; browse to where you want to save the file. For the file name, type " | ||
| - | a "Save as type" option, choose "All files", | ||
| - | 6. Now, to run the batch file, double-click or run the file like any other program. Once the batch file has completed running it will close the window | ||
| - | automatically. | ||
| - | |||
| - | <note important> | ||