Reply 20 of 22, by MiNiDOS
Great! Thank you!
I will download it and give it a test to later report back.
Great! Thank you!
I will download it and give it a test to later report back.
MiNiDOS wrote on 2024-05-25, 17:54:I will download it and give it a test to later report back.
Thanks, much appreciated!
doshea wrote on 2024-05-25, 06:10:MiNiDOS wrote on 2024-04-27, 16:05:That said if you would like to improve upon VGAONOFF I would dare suggest the following changes: […]
That said if you would like to improve upon VGAONOFF I would dare suggest the following changes:
1. Make sure the binaries archive contained also the example BAT files (currently only available in the sources archive).
2. Make an exit strategy for when a VGA card is not present (exit silently, return an errorlevel, send a CON message to the user, or a combination of these).
3. Just in case, VGA detection code seems quite easy by using INT 10H service 1A https://stanislavs.org/helppc/int_10-1a.htmlThanks again.
Thanks again! I've made those changes in version 0.2: https://github.com/dcoshea/vgaonoff/releases/tag/v0.2
Cool little utility. Nice work!