hey all ..
I need some help with the output file..
Im making a .bat autochecker and now I have to output the ips also..
set /p scantxt= Enter Scan File:
set /p vport= Enter Remote Port:
for /f "eol=; tokens=1*" %%Q in (%scantxt%) do program.exe %%Q %vport% >> checked.txt
this is what I have .. but now I have to get those IPs from %scantxt% in the checked.txt log .. can someone help me editing my .bat please :0
Thanq




