We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e2359 commit a51154bCopy full SHA for a51154b
win32/Makefile.am
@@ -1,4 +1,4 @@
1
## Process this file with automake to produce Makefile.in
2
3
EXTRA_DIST = dllbundler.sh icecast2logo2.bmp icecast2logo3.bmp \
4
- icecast2title.bmp icecast.ico icecast.nsis
+ icecast2title.bmp icecast.ico icecast.nsis icecast.bat
win32/icecast.bat
@@ -0,0 +1,12 @@
+@echo OFF
+echo.
+echo|set /p=Starting
5
+.\bin\icecast.exe -v
6
+echo Using config "icecast.xml" from installation directory ...
7
8
+echo Please open http://localhost:8000/ in your web browser to see the web interface.
9
10
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