Hi all:
I have a situation where I have a few cygwin commands which I wish to be run in Windows command line e.g.
chmod 777 /home/administrator/*
Currently I have to manually type in cygwin.bat, then enter the above command in cygwin. I was wondering whether it is possible (and if so, how) to have these steps automated in Windows command line?
Ultimately I want all of the above commands to be in MsBuild to achieve full automation if possible.
Thanks.