Hallo luttyy,
<ALT> + <RETURN> vergrößert das Fenster, das kann man auch schin in der DosBox.conf einstellen: "Fullscreen=true", ebenso kann man die DOS-Konsole unterdrücken und geleich "durchstarten" indem man den Parameter "noconsole" anhängt, z.B.
"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -noconsole -userconf
"userconf" kann eine für ein spezielles Programm erstellte DosBox.conf sein. So starte ich unter Windows 7 direkt alte DOS-Programme und Spiele. Hier ein Beispiel für Warcraft II, das übrigens den DOS.Extender DOS4GW erfordert:
@echo off
c:
cd\
cd "program files <x86>\elaboate bytes"
cd virtualclonedrive
vcdmount.exe F: "E:\Software_Archiv\Iso & CD\Warcraft II.iso"
"C:\Program Files (x86)\DOSBox-0.74\DOSBox.exe" -noconsole -conf c:\DosBox\dosboxw2.conf
vcdmount /u
Zuerst wird die für das Spiel erforderliche ISO (CD) in das Virtualle CD-Laufwerk geladen, dann die DosBox mit der entsprechend .conf Datei, welche wiederum das Spiel startet;
[autoexec]
# Lines in this section will be run at startup.
# You can put your MOUNT lines here.
mount c c:\DosBox
mount d f:\ -t cdrom
c:
path=Z:\;C:;D:\;E:
cls
cd war2
war2.exe
exit
Zum Schluss wird die ISO wieder aus dem Laufwerk entladen. Ich habe bisher noch alle DOS-Programme jeglicher Art damit zum Laufen gebracht.
Grüße, Michael