Use a batch file to simultaneously hit multiple cmd windows and execute multiple commands

Source: Internet
Author: User

When using a batch file, you can use the following method to hit multiple cmd windows, and execute multiple commands in each window.

Start is used to start an application
Cmd/k indicates that the window is not closed after the command after the CMD has finished executing. If you want to close the window after execution is complete, use/C. For more information, please use cmd/. View
"Command 1&& command 2&&" Multiple commands to be executed are wrapped in quotation marks and separated by && between commands. If you have only one command, you can use no quotation marks.


@echo off

Start cmd/k "cd/d D:\&&echo This is a window &&pause&&ping 172.30.218.1&&ping 172.30.218.111"

Start cmd/k "Cd/d D:\&&echo This is another window &&pause&&ping 192.168.91.1"


Use a batch file to simultaneously hit multiple cmd windows and execute multiple commands

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.