Unpack by double-clicking on the executable. When it asks where you want to install it, bear in mind that it will create a subdirectory called cygwin-b20 underneath wherever you specify. You can try to follow the instructions, or you can do this:
c:\tools\cygwin-b20\H-i586-cygwin32\bin
to PATH
c:\users\johnr
mount c:/temp /tmpto create the /tmp mount point. (Ignore the warning.) You may need to mount other stuff as well. Note that /bin is already mounted to
c:\tools\cygwin-b20\H-i586-cygwin32\bin
and / is already mounted to C:.
It used to be possible to do the following, but as o: January 1999, it doesn't work: To mount the Unix file system so it is visible from bash, do:
mount \\\\machinename\\username /usernameFor example, I entered
mount \\\\kahn\\johnr /kahnNow you can do, for example,
cd /kahn
. This setting is
stored in the Windows registry, so you never have to do it again.