vishnusiva004 Posted May 21, 2009 Posted May 21, 2009 GENERALLY WE USE "ALT + ENTER" TO MAKE FULL SCREEN FOR COMMAND PROMPT ....BUT IS THERE ANY INTERNAL COMMAND IN COMMAND PROMPT TO MAKE FULL SCREEN...???HELP ME OUT GUYS ...
GamingMasteR Posted May 22, 2009 Posted May 22, 2009 BOOL WINAPI SetConsoleDisplayMode( __in HANDLE hConsoleOutput, __in DWORD dwFlags, PCOORD lpNewScreenBufferDimensions);XP and higher .
alaphate Posted May 22, 2009 Posted May 22, 2009 (edited) You can use:cmd /k prompt e 100 B8 12 00 CD 10 B8 02 00 CD 10 CD 20 $_ g $_ q $_ | debugcmd /k prompt $p$gif your system is vista or your cpu is AMD you will get dos virtual machine errorotherwise, it'll work fine.it uses dos intterupt int 10hsame as:debug (default: number in HEX)-e 100 ;enter machine codemov ax,12int 10mov ax,02int 10int 20 ;quit-g-q Edited May 22, 2009 by alaphate
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now