1. 复制好自己的桌面微信目标路径(当然这个可以在自己的程序中写死)
@title 软件多开-18岁的你真俊呐 @COLOR fc @echo 不要慌,窗口会自动关闭的,只要该软件支持多开的都会多开 @echo. @echo msgbox"桌面图标右击,打开属性/-/>找到目标/-/>复制路径,Tips:不要复制""号">wx.vbs&wx.vbs @set /p input=请把你PC端软件目标地址粘贴进来:%=% @if "%input%"=="" goto emptyinput @set wx_path= "%input%" @set /p input=请输入开软件的数量:%=% @if "%INPUT%"=="" goto emptyinput @goto validinput :emptyinput @echo msgbox"你的输入为空">wx.vbs&wx.vbs @goto endoffile :validinput @echo msgbox"你的输入为 %INPUT%,会打开%INPUT%个软件">wx.vbs&wx.vbs @taskkill /F /IM wechat.exe @for /l %%i in (1,1,%INPUT%) do start "" %wx_path% @del /a /f /s /q wx.vbs @goto endoffile :endoffile
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/204583.html原文链接:https://javaforall.net
