fbpx

WINDOWS POWER SHELL – 1

WINDOWS POWER SHELL – 1

WINDOWS POWER SHELL – 1

Windows Power-Shell is one of the advanced utility which helps administrators and windows developers to work with command line, Windows management instrumentation and Vb-script. Before windows Power-Shell, it was a basic command line utility which gave access to execute basic commands but with the use of Power-Shell now it is easy and efficient to work on windows platform.

In this blog post we are going to look at some basic windows power shell commands which exist in windows command line as well

Dir

Dir command works similar to DOS prompt but it has added some more columns by default like type (file/folder), attributes.

01

Date

Date command works similar to DOS prompt but it will have time with date. More over time command is obsolete

04-300x59

MD CD

To create directory / folder MD command will work similar to DOS prompt. To enter into the directory CD command will be used

05-300x113

EDIT

Edit command can be used to open file in edit mode, or to create a new file.

02-300x153

03-300x224

Del

Del command can be used to delete any file

Rd

RD command can be used to remove any directory

06-300x152

Clear

Clear command can be used to clear the screen