Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4276943F.AA92BB34@dessent.net> Date: Mon, 02 May 2005 13:57:35 -0700 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Problem with cygwin setup References: <22683601 DOT 1115066813186 DOT JavaMail DOT myubc2 AT portal9 DOT itservices DOT ubc DOT ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com jds wrote: > Maybe I don't understand you, or your don't understand me, or I'm just clueless, but what I really want to know is how to run cygwin now that it's installed, given that I don't have an icon on my desktop. I dunno, isn't the icon just a shortcut to some .exe, or is it something else? Thanks for your help, but I really didn't know what to do with that big thing that you copied for me. There should be a cygwin.bat in the directory you choose to install to; just run that. Alternatively, open a command prompt: cd \cygwin\bin # or whatever your location is bash -li To run any postinstall scripts that did not complete, do the following from the bash prompt: cd /etc/postinstall for F in *.sh; do . $F && mv $F $F.done; done Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/