From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Underwood Subject: Re: Three major questions. Date: Wed, 10 Sep 2003 12:09:37 -0500 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <20030910170937.GA17912@dbz.icequake.net> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-msdos@vger.kernel.org Hi, On Tue, Sep 09, 2003 at 01:56:35PM -0400, Justin Zygmont wrote: > On Sat, 6 Sep 2003, Boris Reisig wrote: > > > I am running dosemu 1.1.5.6 and would like to see if it is possible. > > > > 1) To get rid splash screen "Now type ENTER to start DOSEMU" and > > automatically start dosemu without hitting a key. > > > > 2) Running a dos program directly from the linux prompt and exiting back > > into linux after it is done. > > I remember seeing other dos emulators would work like this, I guess it > would mean having to run some part of the emulator in background all the > time, different design I guess. This is easy to do, use the -E option to dosemu.bin and then execute unix -e under dosemu (done automatically with the FreeDOS autoexec.bat) i.e. dosemu -Efoo would run the command 'foo' when 'unix -e' is issued inside the dos session. > > 3) To be able to turn a comport into a telnet port. This would be perfect > > for BBS software if I could turn the com ports into telnet ports. For > > example. If I connect to my box on port (for example) 5000, Dosemu would > > redirect that as com1, port 5001 would be com2, etc. Any chance of this? > > this sounds cumbersome at best I did this; simply make a script that runs your desired program in dosemu, and bind that script to a port in /etc/inetd.conf. When the user telnets to the port, the port I/O becomes dosemu standard I/O. Easy to run a LORD or TW2002 server this way (in local mode though). -- Ryan Underwood, , icq=10317253