How to create a batch files in windows cmd
in this video you will learn how to create and run a batch file with an example.
in this video you will learn how to create and run a batch file with an example.
use set command to define a variable in cmd for example: set name=saeid
ipconfig can help you to see your network adapters and ip address of your system.
To check network or internet access in windows using cmd you can use ping command.
to create a new user profile , or delete them in windows you can use “net user” command of cmd.
to create a virtual drive from a path in windows operating system and assign it to specific folder you can use subst command.
You can use tasklist and taskkill commands to see running tasks or close them in windows cmd it is similar to task manager and you can use it in cmd.… How to use tasklist and taskkill commands to see running tasks or close them in windows cmd
There is a virus that makes all of your files hidden as system file and you can not se your flash memory files . This command is very useful to… How to change the attributes of a file in windows cmd
if you need to search for a word in text file you can use find command in windows command prompt.