Open multiple scripts in cmd format on WeChat online at the same time under windows

Original address: https://blog.csdn.net/csd_nuser/article/details/110468773

Find the WeChat directory

Create new weChat.bat (any name)

@echo off
start D:\"Program Files (x86)"\Tencent\WeChat\WeChat.exe
start D:\"Program Files (x86)"\Tencent\WeChat\WeChat.exe
exit

Copy a few lines if you need to open a few

start D:\"Program Files (x86)"\Tencent\WeChat\WeChat.exe

 

Just create a shortcut of WeChat.bat to the desktop. (If you want to change the icon, you can Baidu by yourself, it's very simple)

Note that the suffix name needs to be changed to .bat. Many people’s computers do not display the suffix, please pay attention.

Please leave a message if you have any questions.

Guess you like

Origin blog.csdn.net/csd_nuser/article/details/110468773