red5-shutdown.bat and red5-debug.bat - Red5 Video Tutorial

http://www.youtube.com/watch?v=E7MePjxxc8cendofvid [starttext] This is a Video Tutorial explains red5-shutdown.bat and red5-debug.bat

Go to your red5_server eclipse project dist directory (C:\Documents and Settings\Administrator\My Documents\Eclipse\red5_server\dist), and open the red5-shutdown.bat file in notepad. Find the line that says:

%RED5_HOME%\red5.bat
and put quotes around it so that it now reads:
"%RED5_HOME%\red5.bat"

Now open the red5-debug.bat file in notepad. Find the line that says:

%RED5_HOME%\red5.bat
and put quotes around it so that it now reads:
"%RED5_HOME%\red5.bat"

TEST IT: double click on red5-debug.bat to start red5 service. Then double click on red5-shutdown.bat to stop it.
[endtext]

Check out this stream