how to execute a batch script from shell script

Hi,
I am new to shell scripting. Can anyone tell how to invoke a batch program from my shell script

thnx

What's a batch script? Do you mean a DOS .BAT file?

DOS scripts will not run natively on UNIX. You will have to rewrite the .BAT file.