- Aug
- 2,320
- 111
Hi @Charles Dye,
Thanks for the new CENTER verb in your mywindow.dll plugin.
Many of the programs that I run have been created using MS-DOS Programming languages,
and require a screen size of 25 rows by 80 columns to work properly.
With the new CENTER verb, I can now do;
before running my MS-DOS .COM or .EXE program,
with the window centred in my monitor.
Joe
Ref: Index of /dl
Ref: MS-DOS Player for Win32-x64
Thanks for the new CENTER verb in your mywindow.dll plugin.
Many of the programs that I run have been created using MS-DOS Programming languages,
and require a screen size of 25 rows by 80 columns to work properly.
With the new CENTER verb, I can now do;
Code:
mode con: cols=80 lines=25 && window center
with the window centred in my monitor.
Joe
Ref: Index of /dl
Ref: MS-DOS Player for Win32-x64