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
MKDIR
MKDIR [Folder]
then press Enter on keyboard.
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
For example, if you wanted to rename folders, type:
ren Folder NewFolderName
then press Enter on keyboard.
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
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.
Tidak ada komentar:
Posting Komentar