mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Feature: Added icecast.bat
This commit is contained in:
parent
29e2359d97
commit
a51154b543
@ -1,4 +1,4 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST = dllbundler.sh icecast2logo2.bmp icecast2logo3.bmp \
|
||||
icecast2title.bmp icecast.ico icecast.nsis
|
||||
icecast2title.bmp icecast.ico icecast.nsis icecast.bat
|
||||
|
12
win32/icecast.bat
Normal file
12
win32/icecast.bat
Normal file
@ -0,0 +1,12 @@
|
||||
@echo OFF
|
||||
echo.
|
||||
echo.
|
||||
echo|set /p=Starting
|
||||
.\bin\icecast.exe -v
|
||||
echo Using config "icecast.xml" from installation directory ...
|
||||
echo.
|
||||
echo Please open http://localhost:8000/ in your web browser to see the web interface.
|
||||
echo.
|
||||
echo.
|
||||
echo Leave this window open to keep Icecast running and, if necessary, minimize it.
|
||||
.\bin\icecast.exe -c .\etc\icecast.xml
|
Loading…
Reference in New Issue
Block a user