VOGONS


First post, by didacticus

User metadata
Rank Newbie
Rank
Newbie

Can anyone tell me how I can disable the blue "Welcome to DOSBox" display that is displayed every time you start DOSBox?

I'm trying to work with Turbo C++ and the blue printout shows every time I switch to the shell from the IDE. It's very annoying! It takes up too much of the screen and covers up the output I want to see!

Has anyone else had this problem? Does anyone know how to get around it?

Thanks!

Reply 1 of 4, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Type CLS.

Reply 2 of 4, by Zorbid

User metadata
Rank Member
Rank
Member

There's no way around it without editing the source and recompiling DOSBox.

Reply 3 of 4, by HunterZ

User metadata
Rank l33t++
Rank
l33t++

You could try downloading the freeware 4dos shell and renaming it to command.com and putting it in your path (inside of DOSBox) ahead of or in place of the Z:\ path entry. That way TC++ might launch 4dos instead of DOSBox's built-in shell.

Reply 4 of 4, by uridium

User metadata
Rank Newbie
Rank
Newbie

Sorry for the necro-post, but.. try doing a CLS in your [autoexec] section. I'm doing that.

[autoexec]
CLS
mount C /home/uridium/.dosbox/C_drive
mount T /tmp
C:
SET PATH=C:\DOS;C:\TASM\BIN;%PATH%
SET COMSPEC=C:\4DOS.COM
SET SHELL=C:\DOS\4DOS.COM
PROMPT $P$G
CLS
@C:\DOS\4DOS.COM
C:\AUTOEXEC.BAT

This way I get a clean startup, the banner is displayed but frankly on these modern whizz-bang computers, it's too quick to notice. 😀

For the curious.. C:\AUTOEXEC.BAT only contains an "EXIT" so that once 4DOS.COM gets the exit command, it'll also exit the Z:\COMMAND.COM from the command in the C:\AUTOEXEC.BAT and I don't need to type exit twice.

When I start dosbox to mess around in TASM all I see is a nice clean:

The attachment dosbox.png is no longer available