Re: (urgent) how to run a batch file in Linux os
Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, October 11, 2006 08:38 PM
Linux etc. OS's use a "shell" as their "command interpreter" so your script file has to be written in the language it understands, typically "sh" (Bourne shell as the lowest common denominator, whether it's really Bash, KSH etc.).