From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bart Oldeman" Subject: Re: Queries / problems with dosemu1.4 bin Date: Sat, 29 Mar 2008 20:39:02 -0400 Message-ID: References: <47EC1B51.1090607@woroner.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=VGoo3QSIIqo/BbQWRNOXrnn6K659ztuEEfdxm3GWjHw=; b=g9HCw33yKjjQHzpsp8C+887OqhFoLjYn7Dz5xZFV81HjKlNG4BoOIFeWSfTAYFG+077gN3ouJlxuPt0/EjQ1+WkWQgHOzv/UhMP+BsrRTp/glNvqwC8VuUF5AMrCtGWZISIc8g4i4EXS7VXu810XPoshCwTK8O59K8b0CwmjI7o= In-Reply-To: <47EC1B51.1090607@woroner.com> Content-Disposition: inline Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Victor Warner Cc: linux-msdos@vger.kernel.org On 27/03/2008, Victor Warner wrote: > I have installed dosemu-1.4.0-bin.tgz and dosemu-freedos-1.0-bin.tgz > using the instructions provided. > > > After starting (./dosemu), I get the following message: > > "Bad or missing Command Interpreter: command.com /P /E:256 > Enter the full shell command line:" > > In order to boot I need to type "command.com /P /E:256" > > I notice that C:\ is empty but D:\ contains command.com, autoexec.bat > etc and various subdirectories (bin, dosemu, gnu, etc). I think what happened is that you had an older DOSEMU configuration around which confused the script (which should have copied config.sys to C:). Try to remove (and perhaps backup) your .dosemurc file and .dosemu directories and try again. Bart