From owner-freebsd-questions@FreeBSD.ORG Wed Jun 9 23:38:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EF6E16A4CE for ; Wed, 9 Jun 2004 23:38:29 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE1D343D53 for ; Wed, 9 Jun 2004 23:38:28 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i59NcPqE007719; Wed, 9 Jun 2004 19:38:26 -0400 Received: from obsecurity.org (xor [10.0.0.2]) by obsecurity.dyndns.org (Postfix) with ESMTP id DE9B951770; Wed, 9 Jun 2004 16:38:24 -0700 (PDT) Message-ID: <40C79F70.4050801@obsecurity.org> Date: Wed, 09 Jun 2004 16:38:24 -0700 From: Kris Kennaway User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040609 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Vana References: <20040609205714.755afa08.martin.vana@vslib.cz> In-Reply-To: <20040609205714.755afa08.martin.vana@vslib.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: adding another argumets to running process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 23:38:29 -0000 Martin Vana wrote: > Hi, > I use mplayer to play mp3s on my computer, how can I add another files /arguments/ to already running instance of mplayer? > You cannot. However, mplayer lets you load new files using the GUI interface. Kris