Sunday, April 19, 2020

Control Your PC using Command Prompt

Welcome to the Tech desk of Guiding Point. This post is going to be for all the guys who use PCs daily. How about controlling your PC from one place. That place is going to be Command Prompt.

First of all open the Command Prompt by typing ''cmd'' in search bar of your PC. 

1.)dir- If you want to get a list of all the folders, use dir command. Here I am gettng the list of all the folders in C drive.


2.)mkdir- This command stands for "make directory" which means just create a new folder. Here I am creating a folder named "Command Prompt".


To check if the "Command Prompt" folder is created or not, you have to type "dir".

3.)ren- The command stands for "rename". It is used to rename a folder. Here I am renaming the old folder "Command_Prompt" as "CommandPrompt".



4.)python- with this command you can use python on Command Prompt.


5.)exit()- close any program using this command.


6.)title- You can change the title of the Command Prompt window. Here I have changed my title to "MY PROMPT".


7.)systeminfo - This command gives the system information of your PC.


8.)shutdown /i- Finally shut down or restart your PC by typing "shutdown /i". 

Hope all these commands come handy while controlling your PC  using command prompt.

Other relevant links:
Hackathon to build solutions for video conference 
Free Online Courses with Free Certificates
.Hackathon:COVID AR Challenge
Hackathon:COVID Soludtion Challenge


Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home