From a51154b54341d42c26a68dbe820d6fe8e9732e21 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 13 Mar 2022 16:32:04 +0000 Subject: [PATCH] Feature: Added icecast.bat --- win32/Makefile.am | 2 +- win32/icecast.bat | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 win32/icecast.bat diff --git a/win32/Makefile.am b/win32/Makefile.am index db1d5b2d..360ec90c 100644 --- a/win32/Makefile.am +++ b/win32/Makefile.am @@ -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 diff --git a/win32/icecast.bat b/win32/icecast.bat new file mode 100644 index 00000000..51b6c753 --- /dev/null +++ b/win32/icecast.bat @@ -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