Logo

dev-resources.site

for different kinds of informations.

Comandos Básicos

Published at
7/13/2024
Categories
cmd
windows
Author
miltondiazco
Categories
2 categories in total
cmd
open
windows
open
Author
12 person written this
miltondiazco
open
Comandos Básicos

CLS (CLEAN SCREEN)

Permite limpiar la ventana del símbolo del sistema.

cls
Enter fullscreen mode Exit fullscreen mode

HELP

Muestra información de ayuda del comando especificado.

// Opción 1
help comando

// Opción 2: muestra un listado de comandos con su descripción
help
Enter fullscreen mode Exit fullscreen mode

/? (AYUDA)

Muestra información de ayuda del comando especificado.

comando /?
Enter fullscreen mode Exit fullscreen mode

ECHO

Muestra mensajes por pantalla.

echo mensaje
Enter fullscreen mode Exit fullscreen mode

TITLE (TÍTULO)

Permite cambiar el título de la ventana del símbolo del sistema.

title nuevo_titulo
Enter fullscreen mode Exit fullscreen mode

TREE (ÁRBOL)

Muestra un listado de la estructura de carpetas de una unidad de disco o ruta especificada.

tree
Enter fullscreen mode Exit fullscreen mode

CONTROL + C

Se utiliza para cancelar la ejecución de un comando y devolver el control al usuario.

F7

Muestra el historial de todos los comandos que hemos utilizado en una misma sesión del símbolo del sistema.

COLOR

Permite cambiar los colores de la ventana del símbolo del sistema.

// Opción 1: cambiar solo el color de la fuente de texto
color numero_del_color_del_texto

// Opción 2: cambiar el color del texto y el fondo de la ventana del símbolo del sistema
color numero_del_color_de_fondo numero_del_color_del_texto
Enter fullscreen mode Exit fullscreen mode

Colores

0 = Negro       8 = Gris
1 = Azul        9 = Azul claro
2 = Verde       A = Verde claro
3 = Aguamarina  B = Aguamarina claro
4 = Rojo        C = Rojo claro
5 = Púrpura     D = Púrpura claro
6 = Amarillo    E = Amarillo claro
7 = Blanco      F = Blanco brillante
Enter fullscreen mode Exit fullscreen mode

Nota: Si ejecutamos solo el comando color, se restablecen los colores a los valores por defecto.

cmd Article's
30 articles in total
Favicon
Windows 上 VSCode 的 C/C++ 延伸模組處理編碼的問題
Favicon
TryHackMe | Windows Command Line | RSCyberTech
Favicon
50+ Most Useful CMD Commands to Boost Your Windows Productivity
Favicon
Video: Enable IIS using CMD and PowerShell
Favicon
Video: List All Available Windows Features on Windows 11 using CMD & PowerShell
Favicon
🚀 Arch Linux Cheat Sheet: Essential Commands for new Users
Favicon
RIME Input | curl: (6) Could not resolve host: raw.githubusercontent.com
Favicon
Rename Multiple Files in Sequence with Just One Click Using PowerShell in Windows! 🚀
Favicon
Maximizing IT Service Excellence with ServiceNow CMDB
Favicon
🍑understanding windows Command Line Interface
Favicon
Comandos Avanzados
Favicon
Comandos de Red
Favicon
Comandos de Fecha
Favicon
Comandos para Manipular Archivos y Directorios
Favicon
Tech notes 02 - Most Important Command Line Notes
Favicon
Comandos Básicos
Favicon
Bash Scripting Fundamentals
Favicon
Decoding the Linux Command Line: 75 Indispensable Utilities Explained
Favicon
How to restore a Mysql backup with XAMP
Favicon
Remotely Control Raspberry Pi via SSH from External Network
Favicon
SSH Raspberry Pi via Cell Phone
Favicon
Enhancing Internet Speed Through CMD Commands
Favicon
Install Oh-My-Posh On Windows Command Prompt (cmd) Via Clink
Favicon
Important CMD Commands
Favicon
Title: A Beginner's Guide to Command-Line File and Directory Manipulation
Favicon
Mastering Deployments in Kubernetes
Favicon
SetEnv 工具程式
Favicon
My K8s Cheatsheet
Favicon
Membuat Database Melalui CMD Pada Laragon
Favicon
Perbedaan perintah RUN dan CMD di dalam Docker

Featured ones: