Sunday 4 September 2011

Run Multiple Commands Simultaneously In CMD

Run single command in CMD has been old trend! Using this trick, you can run multiple commands in CMD using &&.

Like if you will type dir && ver && volume && time in cmd, then it will display result of all these commands at once. Give it a try friends!!

No comments:

Post a Comment