Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
You can achieve that by a third party tool. If you are interested mail-me by private message system and I will send you an utility I coded time ago. However to return to window-mode a manual interaction is required.
0
Response Number 2
Name: Judago Date: July 2, 2009 at 18:34:43 Pacific
Summary: A question to BAT-gurus! First of all, I am not a programmer, so please don't blame my ignorance. Every morning I come to office and open my Internet Explorer to see what happened last day. I am pret...
Summary: hi, was wondering if it were possible to set a bat file to load (full screen) when the user clicks the icon to load the app to run. Is there some code or third party way to do this or can I do it in...
Summary: DJGPP is located at: http://www.delorie.com/djgpp/ Set Mode 13h: 320x200x256 mov ax,13h int 10h Set Text Mode 6h: mov ax,6h int 10h lea edi,a0000h mov eax,y shl eax,6 add edi,eax shl eax,2 ad...