X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org X-Yahoo-SMTP: mjD.OBqswBAPbVUxYJaYPvc61jLEnpq8VnBwJGdbEJOPA9xw Message-ID: <4E6A7ED9.8000704@sbcglobal.net> Date: Fri, 09 Sep 2011 21:02:17 +0000 From: Greg Chicares User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: automated cygwin install References: <6p4k675lc62jj9ngemb18v2h94mpnjcpsu AT 4ax DOT com> In-Reply-To: <6p4k675lc62jj9ngemb18v2h94mpnjcpsu@4ax.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 2011-09-09 13:52Z, Andrew Schulman wrote: [...] > setup.exe ^ > --no-shortcuts ^ > --quiet-mode ^ > --disable-buggy-antivirus ^ > --packages ^ > aria2,^ > atool,^ I wanted to make a similar .BAT file write a custom /etc/fstab as well, so I needed it to wait for 'setup' to finish first. This worked for me: START "Installing Cygwin" /WAIT setup ^ ...other setup parameters... echo some_custom_record >> fstab -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple