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
This is my blog about software development, mountain unicycling, Photography, and stuff I find interesting.
The two hardly mix, but sometimes they must. To invoke a batch file from cygwin run:
cmd /c mybatchfile.bat
call mybatchfile.bat
No comments:
Post a Comment