Đọc thêm
setlocal enabledelayedexpansion
set start_index=1
set /a i=%start_index%-1
for /l %%x in (1,1,100) do (
set /a i+=1
if exist !i!.bat (
set /a i+=1
)
echo Start /max "" ".\browser\mmobrowser.exe" --user-data-dir="../!i!" --load-extension="C:\iMacros_for_Chrome" >> !i!.bat
)
====1.bat,2.bat,......100.bat
0 Reviews