Đọc thêm
mofile.bat
@echo off
for /L %%i in (1,1,100) do (
start "BatchFile%%i" "%%i.bat"
timeout /t 3
taskkill /fi "WINDOWTITLE eq BatchFile%%i"
taskkill /im mmobrowser.exe
timeout /t 3
)
1,2,3...bat
Start /max "" ".\browser\mmobrowser.exe" --user-data-dir="../1" --load-extension="C:\iMacros_for_Chrome"
0 Reviews