<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">In windows, we use BAT file to execute few series of command , which help us in not writing each command manually everytime we want to execute those commands.<div>
<br></div><div>In CentOS, I want to do the same thing.<br>
</div><div><br></div><div>Any Advice ?</div>
<br>_______________________________________________<br></blockquote><div><br>Start here: <a href="http://tldp.org/LDP/Bash-Beginners-Guide/html/">http://tldp.org/LDP/Bash-Beginners-Guide/html/</a><br><br>It&#39;s called bash scripting. You can create a file which contains a list of commands that you want the system to perform. You can even use a system called Cron to have the system execute your bash script at a specific time. <a href="http://www.linuxhelp.net/guides/cron/">http://www.linuxhelp.net/guides/cron/</a><br>
<br>To be fair, this is likely a little out of scope for an Asterisk discussion list, but you might get more help over at the Centos website <a href="http://www.centos.org/">http://www.centos.org/</a><br><br>Have fun!<br>
<br>Chris <br></div></div><br>