X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Fri, 25 Jan 2008 15:19:25 +0100 From: "Mirco Piccin" To: cygwin AT cygwin DOT com Subject: Re: Cygwin - batch file In-Reply-To: <15088393.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <15088393 DOT post AT talk DOT nabble DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Hi. > i'm trying to write a batch file, which open cygwin, automatically execute a > script in cygwin, and then close cygwin. as reported in a my old post, that's what i've done: i've created a file .bat (example: run_command.bat) on my desktop and inside that (supposing you install cygwin in your C: drive): C: chdir C:\cygwin\bin bash --login -i -c '' Save & Exit this file. (obviously replace the string with your command) Now you need only to double-click in your .bat file. Regards M -- 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/