public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Disable the Return need and start
@ 2003-11-03  8:17 Sebastien MICHEL
  2003-11-03  9:52 ` Clarence Dang
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien MICHEL @ 2003-11-03  8:17 UTC (permalink / raw)
  To: linux-msdos

Hi,
  I would like to disable the:

"Note that DOS needs 25 lines. You might want to enlarge
your window before continuing.
Now type ENTER to start DOSEMU or <Ctrl>C to cancel"

Is it possible ?
-- 
@+, Sébastien aka. MichouX
 "La solitude vivifie ; l'isolement tue.", Joseph Roux
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Disable the Return need and start
  2003-11-03  8:17 Disable the Return need and start Sebastien MICHEL
@ 2003-11-03  9:52 ` Clarence Dang
  0 siblings, 0 replies; 2+ messages in thread
From: Clarence Dang @ 2003-11-03  9:52 UTC (permalink / raw)
  To: Sebastien MICHEL; +Cc: linux-msdos

On Mon, 3 Nov 2003 07:17 pm, Sebastien MICHEL wrote:
> Hi,
>   I would like to disable the:
>
> "Note that DOS needs 25 lines. You might want to enlarge
> your window before continuing.
"
"dosemu" is a script that calls "dosemu.bin".
So you can just edit/comment out the bit that says:

  if [ $LINES -lt 25 ]; then
      echo "
   Note that DOS needs 25 lines. You might want to enlarge your
   window before continuing.
"
  fi

> Now type ENTER to start DOSEMU or <Ctrl>C to cancel"
>
In recent versions of DOSEMU, that message is only shown the first time (it 
looks for a file called ~/.dosemu/stamp-dosemu).  So either upgrade to 1.2.0 
RC (1.1.99.1) or comment out the appropriate section in the "dosemu" script.

Cheers,
Clarence

--
KolourPaint - http://sf.net/projects/kolourpaint
LibMSWrite - http://sf.net/projects/libmswrite


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-03  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-03  8:17 Disable the Return need and start Sebastien MICHEL
2003-11-03  9:52 ` Clarence Dang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox