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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: system() refuses to work!!! HELP Date: Tue, 14 Oct 2003 21:24:53 -0700 Lines: 23 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet AT sea DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en,ru In-Reply-To: Moises D. Deangelo wrote: > Yes. > > When entering with the command ls -l /bin/sh.exe, the appeared following: > > -rwxr-x---+ 1 Diego Usuários 83456 Aug 11 10:45 /bin/sh.exe > > > And now? what Do I do? Does that mean something? How I said, or the > command system() works, or I learn to activate speaker through cygwin. > In ultimo case, whether someone knows how to execute a .WAV or .MP3 > and can explain am thankful. You could try system("/bin/cat .wav > /dev/dsp"). Note that this does not handle mp3's just wav's. (Note that /bin/cat will probably not work for a Turbo C program because /bin/cat is a Posix path. You might need to do something more like system("C:\Cygwin\bin\bash -c '/bin/cat .wav > /dev/dsp'"). Also note that you need to subsititute a real wav file name for .wav). -- 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/