合并多开器的功能 #11
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
单开命令
python webview_ui.py
多开命令
python webview_ui.py C:\Users\xxx\Desktop\profile1
,其中额外的参数是多开的实例配置文件保存路径实例成功运行后,在实例配置文件保存路径下建一个lock.file,把进程的pid写到lock.file中
每次启动新进程时根据
实例配置文件保存路径下的lock.file是否存在
和写入的pid是否已运行
来判断这个实例是否运行中