Command Prompt has a lot fascinating capacities but it really becomes irritating when we have to again and again type commands and move on like this.
But it’s not exactly like what we see. It also provides an attribute to concatenate different commands and you them in a one go. It is achieved by using and operator which is used by symbol “&&”.
Step 1: Open up command prompt from Start.


Step 2: then write the command for which you want to perform tasks and use && operator between two different commands as shown in example.
For e.g. color f8 && dir && time
would run all the three commands one after another in a go.


Step 3: Press enter.
And in this way you can directly go on with multiple commands instead of using one-by-one and speed up your work. 

0 comments:

Post a Comment

 
Top