Run batch files from cygwin

I could not find a simple way to call a .bat file from cygwin and passing argument. One solution I found is to cmd /c. But in cygwin the must be spelled "cmd //c".
Example:

cmd //c "dir"

Popular posts from this blog

Soving AccessDenied on Google Cloud Storage domain mapping

Fixing "DerInputStream.getLength(): lengthTag=109, too big" in Android Studio

Simple Samba setup on Lubuntu