Hello, is there a why to see output on screen and put logfile in txt file at the same time? I have something like this: for /f "tokens=1,2 delims= " %%a in (1.txt) do SOMETHING >> logfile.txt ... ... ... for /f "tokens=1,2 delims= " %%a in (2.txt) do SOMETHING >> logfile2.txt I d...
hello, its me again. now i have this issue. i have file with mailling lists and it looks somethink like this. list name@domain.tld data1 data2 data3 data4 data5 . . . data24 list name2@domain2.tld Now I want to enter domain and find every list with this domain and print list name and all data to nex...
Hello, I need help! I have txt file with a lot text inside. Every row is for itself. Format look somethink like this. first.last@domena.tld:*password*:blablablallb dsaldasl da lkasdlas ldk first2.last2@domena2.tld:*password*:blablablallb dsaldasl da lkasdlas ldk first3.last3@domena3.tld:*password*:b...