launcher
launcher copied to clipboard
Support WeChat, WeCom, DingTalk and custom applications (Windows). 支持微信、企业微信、钉钉等客户端多开。
Launcher
Introduction
Support WeChat, WeCom, DingTalk and custom applications.
Usage
Syntax
python launcher.py -a <app> -n <num> -p <path>
Examples
-
Launch one WeChat client.
python launcher.py -a wechat -
Launch two WeChat clients.
python launcher.py -a wechat -n 2 -
Launch one WeChat client with an alias. (More alias see: config)
python launcher.py -a wx -
Launch one WeChat client with a specified path.
python launcher.py -a wechat -p C:\WeChat.exe