X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,TW_MG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Adam Dinwoodie To: "cygwin AT cygwin DOT com" Subject: RE: running .bat file in cygwin Date: Wed, 11 Jul 2012 16:35:51 +0000 Deferred-Delivery: Wed, 11 Jul 2012 16:35:00 +0000 Message-ID: References: <34146666 DOT post AT talk DOT nabble DOT com> In-Reply-To: <34146666.post@talk.nabble.com> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q6BGcJSJ032264 emon wrote: > I am a newbie in cygwin. However, I have used mingw so far, >but it is not supporting fork(), so I need to switch to cygwin. I have >created a build.bat file in my mingw (programming language C): > >gcc -o mask mask.c -pg -I/c/opencv/build/include -lopencv_core231 >-lopencv_highgui231 -lopencv_imgproc231 -L. -L/c/opencv/build/x86/mingw/lib > >Can anyone suggest me how I can run this .bat file at cygwin or refer me to >a site. Use a shell script rather than a batch file. A search for "shell script" with your favourite search engine should show up beginner's guides if you're unfamiliar. Adam -- 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