Tag Archives: scripting

How to add Red5 service

How to add Red5 service In this article you are going to add red5 service in your Linux box. Please use the Below script. #!/bin/bash # Author www.arulraj.net # red5    This is used to start, stop, restart and status of … Continue reading

Posted in How to, Linux | Tagged , , , | Leave a comment

Read properties file using Batch

Read a properties file using bat file i want to read a below property file and get the particular key value My properties file look like name=arulraj.net version=1.0.2 date=24/March/2010 I want get the version from the properties file. you can … Continue reading

Posted in Programming | Tagged , | 1 Comment