Jumat, 10 November 2023

Top Command Prompt

DIR

Type dir command to list the contents of a directory so that you know what files and folders are in it

dir

then press Enter on keyboard.

CD / CHDIR

Type cd command to change the current directory or folder.

cd [path to folder]

then press Enter on keyboard.

or you can type :

chdir [path to folder]

then press Enter on keyboard.

How To Access The Another Drive

Type the drive’s letter, followed by : (colon). For example, if you wanted to change the drive from C: to D:, you should type: 

d:
then press Enter on keyboard.

MKDIR

Type the mkdir or the md command to make a new folder.

MKDIR [Folder]

then press Enter on keyboard.

or

MD [Folder]

then press Enter on keyboard.

COPY

Type copy command to copy a file or two, or more, from one directory to another.

copy [path\file.ext] [path\newfile.ext]

then press Enter on keyboard.

REN

Type ren command to rename files and folders.

For example, if you wanted to rename folders, type:

ren Folder NewFolderName

then press Enter on keyboard.

For example, if you wanted to rename the file name, type:

ren filename.extension newname.extension

then press Enter on keyboard.

DEL

Type del command to erase a file that you no longer need.

del [file.ext]

then press Enter on keyboard.

RD

Type the rd command to remove any empty folder.

RD [Folder_Name]
then press Enter on keyboard.

CLS

Type cls command to clearing Command Prompt window from previous commands and their output.

cls

then press Enter on keyboard.

HELP

Type help command to get a list of essential commands.

help

then press Enter on keyboard.

Type help followed by the name of a command you want to know more about the command, its command syntax, command use, and command detailed description.

help [command]

then press Enter on keyboard.

Bibliography:

https://www.auslogics.com/en/
https://www.digitalcitizen.life/
https://www.makeuseof.com/

command line, shell, terminal, bash, microsoft windows, disk, operating system, best of, personal computer, pc, cmd, folder, directory

Related Post:


Tidak ada komentar:

Posting Komentar