My problem is my english lol
My second problem is i need to check some ip in a scan.txt with some account in user.txt i dont know how i can do this i can only do one variable account or scanning because i dont know programming in batch so plz help me i need to use my applications dos with two argument in two different txt and i must change before checking one ip and one password.
Thks in advance sorry for my dumb question
@echo ip scanned(scan.txt)
set /p scan=
@echo ip user(user.txt)
set /p user=
@echo Check
If "%scan%" =="" goto EXIT
for /f "eol=; tokens=1*" %%i in (%scan%) do scan %%i %%u




