From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Williams Subject: Re: What was old dosemu "unix" command? Date: Thu, 29 Nov 2007 21:00:38 -0600 Message-ID: <474F7CD6.8050106@aristotle.net> References: <474F38D5.6010105@mindspring.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <474F38D5.6010105@mindspring.com> Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Larry Alkoff wrote: > In my previous version of dosemu I had two instances of the command > "unix" in autoexec.bat. It doesn't exist in my latest 1.4 running under > Kubuntu Gutsy Linux. > > unix -S DOSDRIVE_D > unix -S DOSEMU_VERSION > unix -e > > What did these commands do? > Is there any equivalent in the latest dosemu? It's in my generic RPM I downloaded from dosemu.org. Works just fine in SuSE 10.2 and Mandrake 10.1, anyway. The command calls out of Dosemu to execute a Linux command; you could use it with curl or wget to pull some files down over the internet. I've never tried calling anything that required user interaction, though.