Command Prompt icon
Command Prompt
Microsoft Windows [Version xx.x.xxxxx.xxx]
(c) 2023 konomi.app All rights reserved.
 
C:\users\user>"Command Prompt Textbook" /?
This explanatory site allows you to intuitively understand how to use the command prompt with practical and graphical samples. We also provide confirmation tests to help you acquire knowledge.
C:\users\user>

Introduction to Command Prompt

How to use each command

del/erase - Delete files dir - Search for files echo - Display Text exit - Terminate a program move - Move files and folders ping - Network Connectivity Check rem - Comment rd/rmdir - Delete a folder start - Execute Other Batch Files Asynchronously timeout - Wait copy - File Copying call - Execute Other Batch Files choice - Prompt the user for input

Latest posts

del/erase - Delete files

When working with command prompt or batch files, it is common to manipulate files and folders on your PC. Here, we expla

dir - Search for files

Learn how to search for files using the dir command, which is equivalent to Unix’s ls command, with clear and easy-to-un

echo - Display Text

Learn how to use the echo command in Command Prompt and batch files, from basic usage to setting options. This page prov

exit - Terminate a program

Learn how to use the exit command to terminate batch files and command prompt sessions. This article covers the basic us

move - Move files and folders

Learn how to move files and folders using the move command in the command prompt or batch files. This guide covers basic

ping - Network Connectivity Check

Explains how to effectively pass arguments to batch files, from basic usage to setting options, and includes specific sa

Passing Arguments to Batch Files

Learn how to effectively pass arguments to batch files, from basic usage to advanced options. This guide provides clear

rem - Comment

Learn how to add comments to your batch files using the rem command in Command Prompt. This article covers the basic usa

rd/rmdir - Delete a folder

When working with command prompt or batch files, it is common to manipulate folders on your PC. This article explains ho

start - Execute Other Batch Files Asynchronously

Learn how to effectively pass arguments to batch files with the start command, from basic usage to setting options. Incl

Read more