Windows Every scripting by command terminal you need to know

First go to command prompt on windows using cmd.

### How to see the every command list in windows – windows command:

“`sh
help
“`

### How to see the current directory in windows – windows command:

“`sh
cd
“`

### How to display the directory list in that folder in windows – windows command:

“`sh
dir
“`

### How to create a directory in windows – windows command:
“`sh
mkdir dir_name
“`

### How to remove a directory in windows – windows command:

“`sh
rmd

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top