Windows 7 Windows cmd

Tutorials to learn cmd
Screenshot_20190821_094954.jpeg


Sent from my LLD-L31 using Windows Forums mobile app
 
Comands part 1
1.md
To creeate folder type in cmd md name of folder
2.rd
if your folder empty type rd name of folder to delete your folder
3.dir
if you need to list your derectory
4. copy con
If you need create file type copy con example.example after this action click on enter and type somthing. If you need exit create file topic click on Ctrl+Z and click enter
5. exit
To exit cmd
6. cls
clear console actions
7. title
type title example to change title of cmd
8. prompt
to change example text C:/example/example type prompt example
9.del
To delete folder or file type del example

Sent from my LLD-L31 using Windows Forums mobile app
 
The command prompt has been around for a long time and while it's a great idea to be familiar with it. I'd recommend learning and using Powershell it is much more powerful, flexible and easier to work with than the command prompt as well as the fact you can run anything that cmd can from Powershell. There have been rumors for the last few years that cmd will be phased out.
 
Back
Top