Those links allow one .exe to be substituted for another. For instance, mkisofs.exe is not really available on windows; however, genisoimage.exe offers the same functionality and takes the command line parameters. Using mklink mkisofs.exe genisoimage.exe, you create a file system entry for mkisofs.exe that points to the same file as genisoimage.exe
DL > -----Original Message----- > From: Priyanka Deepala [mailto:priyanka.deepal...@gmail.com] > Sent: 22 July 2014 13:11 > To: dev@cloudstack.apache.org > Subject: Setting up a CloudStack dev environment on Windows7 > > Hii, > I installed cygwin from http://cygwin.mirrors.hoobly.com.. I'm following the > cheatsheat for setting up the environment. Can anyone please help me what > is meant by > > - mklink mkisofs.exe genisoimage.exe > - mklink python.exe python2.7.exe