I need to pass /DEF:c:\\filepath\\myLib.def\" command line option from a bash script to MS compiler/linker. The path is generated as part of build process by a bash script.
How about this one ? cmd //c echo
cmd //c echo
It may not work always but it is the shortest I found