Skip to content

Commit a51154b

Browse files
committed
Feature: Added icecast.bat
1 parent 29e2359 commit a51154b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

win32/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Process this file with automake to produce Makefile.in
22

33
EXTRA_DIST = dllbundler.sh icecast2logo2.bmp icecast2logo3.bmp \
4-
icecast2title.bmp icecast.ico icecast.nsis
4+
icecast2title.bmp icecast.ico icecast.nsis icecast.bat

win32/icecast.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@echo OFF
2+
echo.
3+
echo.
4+
echo|set /p=Starting
5+
.\bin\icecast.exe -v
6+
echo Using config "icecast.xml" from installation directory ...
7+
echo.
8+
echo Please open http://localhost:8000/ in your web browser to see the web interface.
9+
echo.
10+
echo.
11+
echo Leave this window open to keep Icecast running and, if necessary, minimize it.
12+
.\bin\icecast.exe -c .\etc\icecast.xml

0 commit comments

Comments
 (0)