X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Fxv KwTsE/yEdyoY8SZkucSwFfwXHglZTQFXmm+1TeQoHYcjG3njmEmXENPw+d0tgkoo H7yxOe+JwvbSkZ+pdL3D0cT4dryn1RVQ1H2jY9uxubUoh7Qcythl84nz+TbS8L7A a9EUmvQVIbWBqZIBS6O9HGHJ0p6NU2Q8d7OC3EDE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=NoDpfvuKy 0UCHdCF/V7mF+3xdAg=; b=d+7ZZMP/IHavaasiBbdp6PRxOzOCbMGtSlcjy8xO8 mMOC6VIwpVCUwsL5163or607Q6TMQp56UHj0HSAs7dRQhneAU/rcXGsa3wiJDDJh ktCDhPfwKHk8LPtIElrLgoB8rmp0Dj3U9ud094cyQyv49c8sRgCU/EarkJSu5Z1+ hU= 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 X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 To: cygwin AT cygwin DOT com From: "Paul A. Thompson" Subject: cygstart process synchronously Date: Wed, 10 Jul 2013 04:22:47 +0000 (UTC) Lines: 5 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) I run pdflatex using cygstart from cygwin. This process a file to produce a .pdf document. I need to retain control in the spawned window until the pdflatex process has completed, and then return to the cygwin process. How can I retain control in the cygstart spawned window until the spawned process has completed (synchronous processing)? -- 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