0

Is there a way to call a bash script? (Or any linux like command) from a batch file (or VB script) on a windows box?

Thanks K

Kurt
  • 51
  • 4

1 Answers1

1

If you have Cygwin installed then a line like this in your batch file should run the bash script:

bash scriptname.sh

sashang
  • 11,704
  • 6
  • 44
  • 58