Tuesday 29 December 2015

BASIC COMMANDS IN COMMAND PROMPT


In mac or Linux have terminal to interact with the operating system but in case of windows we have cmd application known as command prompt.
few commands used in command prompt are
cd filename -->use to work within that file name
for eg we write "cd C:/Users/himanshu" if we want to work with in
himanshu file
cd ../ -->use for reducing the paths of file i.e u can reach to initial origin of file using this command
dir-->It stands for directory .by this u can get the contents of folder
mkdir filename-->this is use to make directory.
rmdir filename-->to remove file
cls-->use to clear the screen
del filename-->use to delete file.
LOOK AT THE SCREENSHOTS ATTACHED IN THE BLOG FOR MORE CLARITY OF CONCEPT













No comments:

Post a Comment