Green Light Coding presents a new video which elaborates How to fix size of tab of command prompt or batch file using arrow-keys ? | change CMD -dimensions.
Normally to change the size we drag the borderline of any tab but in that case the accuracy can't be achieved perfectly, so use the arrow keys to change the size and that can be performed using this application. Learn how to make it and try it at home for the most accurate desired result.
Also see,
Batch Series Playlist
Link : https://www.youtube.com/@greenlightco...
How to get special characters like backspace and delete in batch script ?
Link : • How did I found some Special Characte...
batch script
batch file
batch scripting
vbscript
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________
code:
@echo off
@echo off
set w=85
set h=26
:l
powershell exit($Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown').VirtualKeyCode)
if %errorlevel% == 37 (
set /a w=%w% -5
)
if %errorlevel% == 39 (
set /a w=%w% +5
)
if %errorlevel% == 38 (
set /a h=%h% -5
)
if %errorlevel% == 40 (
set /a h=%h% +5
)
mode con: lines=%h% cols=%w%
goto l
________________________________________________________
#coding
#codinglife
#batchfile
#cmd
#script
#powershell
#arrowkeys
#console
#fixed
#size
#consolesettings
#microsoft
#management
#filehandling
#file
#excel
#fileexplorer
#voice
#completecourse
#folder
#camera
#vbscript
#web
#camera
#howto
#how
#messagebox
#delete
#backspace
#usernameandpassword
#password
#asterisk
#convert
#mask
#coin
#cointoss
#commandprompt
#font
#fontstyle
#viral
#visualbasic
#viralvideo
#fontsize
#windows
#permanent
#user
#utf
#system
#scripting
#windows10
#exit
#basictutorials
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#codemasters
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#vbspu
#programmers
#host
#brightness
#updates
LINK FOR BATCH SERIES PLAYLIST :
/ @greenlightcoding613
_______________________________________________________________
SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK : / @greenlightcoding613
_______________________________________________________________