From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Knight Subject: Re: Start DOS application from linux Date: Sun, 23 Nov 2008 14:54:33 -0800 Message-ID: <4929DF29.9020308@rlknight.com> References: <49174C88.2010005@mindspring.com> <4929CB82.8020306@rlknight.com> <20081123161420.92ec82ff.theatre@sasktel.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20081123161420.92ec82ff.theatre@sasktel.net> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Frank Cox Cc: dosemu Frank Cox wrote: > On Sun, 23 Nov 2008 13:30:42 -0800 > Rick Knight wrote: > > >> I've done this before, but I've forgotten how. I want to start a DOS >> application from a linux shell script. I want the script to start >> xdosemu and then start the application (blood.exe) and then when I exit >> the application I want the script to exit xdosemu. I have done this >> before, but it's been a while and I've forgotten how I did it. Can >> someone refresh my memory? >> > > /usr/bin/dosemu -dumb -input 'c:\\mybat.bat\r' > > Put "exitemu" as the last line in mybat.bat. > > Frank, I've tried this. The game starts and I can hear the sounds, but I don't get a window or full screen game image. Just sounds. Thanks, Rick