শর্টস

Atomic Gear
2 ভিউ · 7 দিন আগে

⁣To go back or moving up in folder use the following command:
cd..

Atomic Gear
1 ভিউ · 8 দিন আগে

⁣By default, CMD has white color text but with the help of "color" command one can change color.

Atomic Gear
1 ভিউ · 9 দিন আগে

⁣if you want to know about any cmd command that what is the use of that command an how to use it. just type:
help CommandName

Atomic Gear
1 ভিউ · 14 দিন আগে

⁣to find the current version of OS installed on your desktop use the command:
ver

Atomic Gear
1 ভিউ · 16 দিন আগে

⁣to show date and time without prompting a new one followind attributes shoudl be used
for date : date /t
for time: time/t

Atomic Gear
1 ভিউ · 17 দিন আগে

⁣Change Date and Time Format using CMD. Use following Commands
date
time

Atomic Gear
1 ভিউ · 20 দিন আগে

⁣When CMD screen is full and you want to clean it for a fresh start use this command:
cls

Atomic Gear
2 ভিউ · 25 দিন আগে

⁣To use this command type:
dir /X
if no file name is present then it will be kept blank

Atomic Gear
1 ভিউ · 26 দিন আগে

⁣to use the wide format use:
dir /w

Atomic Gear
1 ভিউ · 26 দিন আগে

⁣to use the command for sorting according to different time use commands:
dir /TC
dir /TA
dir /TW

Atomic Gear
1 ভিউ · 27 দিন আগে

⁣to show the specific location of files in directories use following command:
dir /S

Atomic Gear
1 ভিউ · 27 দিন আগে

⁣to use this command type:
DIR /R

Atomic Gear
1 ভিউ · 27 দিন আগে

⁣to show onwer details use command:
dir /Q

Atomic Gear
2 ভিউ · 27 দিন আগে

⁣when showing the list if screen is full then prompt will wait for "to continua press any key". To use such feature use command:
dir /p

Atomic Gear
2 ভিউ · 28 দিন আগে

⁣Arrange the order of Files and Folder in sorted way like alphabetically, size, date etc.
cmd:
dir /o
after O a particular letter according to requirement will be placed

Atomic Gear
0 ভিউ · 28 দিন আগে

⁣Although you may find the arrangement to the right whic corresponds to the cmd:
dir /n
to move the files/folders list to the left use hyphen in this command
dir /-n

Atomic Gear
1 ভিউ · 28 দিন আগে

⁣to make list with lowercase use:
dir /l

Atomic Gear
2 ভিউ · 28 দিন আগে

⁣to short the data in different column use the following command:
dir /d

Atomic Gear
3 ভিউ · 29 দিন আগে

⁣In a number we have comma separator by default after every 3 digits. we can remove that by using command:
dir /-c

Atomic Gear
2 ভিউ · 29 দিন আগে

⁣removes the typical header and footer information, as well as all the
details on each item, leaving only the directory name or file name and
extension
command: dir /b

আরো দেখুন