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, <nemesis at icequake.net>, icq=10317253
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to