tạo file.bat theo danh sách proxies.txt thêm addon imacros lấy dữ liệu theo tên từng profile 1,2..100

tạo file.bat theo danh sách proxies.txt thêm addon imacros lấy dữ liệu theo tên từng profile 1,2..100

Size
Price:

Đọc thêm


@echo off
setlocal enabledelayedexpansion
set count=0
for /f "tokens=*" %%a in (proxies.txt) do (
set /a count+=1
set currentProxy=%%a
echo Start /max "" ".\browser\mmobrowser.exe" --user-data-dir="../!count!" --proxy-server="!currentProxy!" --load-extension="C:\iMacros_for_Chrome" > !count!.bat
)

---------yêu cầu có file proxies.txt ( mỗi ip:port ) 1 dòng

==============

Để tạo các file .bat với tên bắt đầu từ "101" (ví dụ, 101.bat, 102.bat, 103.bat, ...) và đồng thời sử dụng các proxy từ đầu danh sách, bạn có thể sử dụng mã sau:
@echo off
setlocal enabledelayedexpansion
set count=100
for /f "tokens=*" %%a in (proxies.txt) do (
    set /a count+=1
    set currentProxy=%%a
    echo Start /max "" ".\browser\mmobrowser.exe" --user-data-dir="../!count!" --proxy-server="!currentProxy!" --load-extension="C:\iMacros_for_Chrome" > !count!.bat
)

0 Reviews

Biểu mẫu liên hệ

Tên

Email *

Thông báo *