Difference between revisions of "Talk:AUTOEXEC"

From DOSBoxWiki
Jump to navigationJump to search
(Hiding variables at start, @echo off maybe?)
(cls kinda fixes it, looks like)
Line 7: Line 7:
  
 
* '''At startup there's displayed the ugly SETBLASTER, SETULTRASOUND and SETULTRADIR variables. Is there a way to hide them?'''
 
* '''At startup there's displayed the ugly SETBLASTER, SETULTRASOUND and SETULTRADIR variables. Is there a way to hide them?'''
 +
 +
Looks like the quick'n'dirty workaround is to put cls as the first line in [autoexec]! :) I'd still be happy to hear better suggestions.

Revision as of 15:38, 2 January 2009

  • Any tips about how to set FILES=200 and BUFFERS=30 ? Some MSDOS APPs need them.

DOSBox has FILES=127 and buffers=50 you can change those by either recompiling dosbox or by booting a disk image in DOSBox. however they should fire the programmer who ever coded the FILES=200 requirement.


  • At startup there's displayed the ugly SETBLASTER, SETULTRASOUND and SETULTRADIR variables. Is there a way to hide them?

Looks like the quick'n'dirty workaround is to put cls as the first line in [autoexec]! :) I'd still be happy to hear better suggestions.