CMD, or Command Prompt, is a command-line interpreter application available in most Windows operating systems. It provides a text-based interface for users to interact with the operating system by entering commands. Users can perform various tasks, such as navigating the file system, running programs, and executing system utilities, using a set of commands and parameters. CMD is often used for system administration, troubleshooting, and automation tasks in a Windows environment. It's a powerful tool for users who prefer command-line interfaces over graphical interfaces for certain tasks.
|
Terminal |
Advantages
1. Uses to perform tasks and works.
2. Good for your networking, security and hacking courier
3. Operating deep Operations like tasks and services
Basic Commands
cd | change directory |
cd/ | to go main drive |
dir | display files and folders |
dir /ad | display folders |
dir /a-d | to display files |
md foldername | to make folder | |
rmdir foldername | remove directory |
xcopy filename "folder name location" | to copy files |
del filename | to delet file |
move filename "foldername" | to move file |
ren oldname newname | to rename |
type nul > file.txt | to create empty file |
type file.txt | to see the content of files in cmd |
color | to change color for help in color type color ? in cmd |
title TEXT | to change title |
tree | to know all files |
Comments
Post a Comment