Subversion Repositories aysalia

Rev

Rev 10 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 16
Line 27... Line 27...
27
 
27
 
28
AyDos.exe is a "fat binary" which can be called by DOS and Windows.
28
AyDos.exe is a "fat binary" which can be called by DOS and Windows.
29
 
29
 
30
In Windows mode, it calls DOSBox.exe with the arguments "-noconsole -conf DOSBox.conf" and
30
In Windows mode, it calls DOSBox.exe with the arguments "-noconsole -conf DOSBox.conf" and
31
the working directory being the directory where the EXE file is located.
31
the working directory being the directory where the EXE file is located.
-
 
32
It also centers the DOSBox window and changes its window title and icon at runtime.
32
 
33
 
33
In DOS mode, it executes the application "AYDOS.MNU" (which is actually a COM-file
34
In DOS mode, it executes the application "AYDOS.MNU" (which is actually a COM-file
34
containing the menu code that will eventually call AYDOS1.GAM or AYDOS2.GAM which are
35
containing the menu code that will eventually call AYDOS1.GAM or AYDOS2.GAM which are
35
actually MZ-executables).
36
actually MZ-executables).
36
 
37