From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Tarifa Subject: Re: DOSEMU - This program cannot be run in DOS mode Date: Fri, 26 Jun 2009 10:57:54 +0200 Message-ID: <4A448D92.6020400@adbosch.es> References: <408616110906242151y47a9a717ied5d3b7518b375c@mail.gmail.com> <408616110906251245v3153fe18q195911aece849b29@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <408616110906251245v3153fe18q195911aece849b29@mail.gmail.com> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Jason Lillywhite Cc: linux-msdos@vger.kernel.org > Everyone is pointing me to WINE for running VB applications inside > Linux. That makes sense. The reason I was looking at DOSEMU was > because I want to test a console application that can only be run from > the command line. My test VB application takes STDIN as input then > returns STDOUT as output. Is there a way in WINE to run a Windows > command line? I guess I need to move over to the WINE > documentation/forums. Thank you for your help! > If I'm not mistaken, you can use wcmd or wineconsole > On Wed, Jun 24, 2009 at 10:51 PM, Jason > Lillywhite wrote: > >> I created a very simple program in Mono VB. All it does is take your >> age in STDIN and return a formatted string to STDOUT in a DOS prompt. >> I compiled it and moved the exe to the virtual C directory of DOSEMU. >> I tried to run it in DOSEMU and get "This program cannot be run in DOS >> mode" error. This program works on Windows. Any ideas? >> >> > >