delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <Andrew AT DeFaria DOT com> |
Subject: | Re: system() refuses to work!!! HELP |
Date: | Tue, 14 Oct 2003 21:24:53 -0700 |
Lines: | 23 |
Message-ID: | <bmii6p$e1l$1@sea.gmane.org> |
References: | <E1A9czu-00067Y-00 AT quimby DOT gnus DOT org> |
Mime-Version: | 1.0 |
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: | <E1A9czu-00067Y-00@quimby.gnus.org> |
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 <file>.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 <file>.wav > /dev/dsp'"). Also note that you need to subsititute a real wav file name for <file>.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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |