Wednesday, November 26, 2014

Cygwin and Batch files

The two hardly mix, but sometimes they must. To invoke a batch file from cygwin run:

cmd /c mybatchfile.bat

And it's probably worth mentioning to invoke a batch file from a batch file use:

call mybatchfile.bat

No comments:

Post a Comment