What are the differences between Batch and Bash?
How are they being used?
Bash is a Unix shell. A bash file is a batch file, but not the other way around. A batch file is a text file containing a series of commands.