Advertisement
Titanic4

TruckersMP ID searcher

May 3rd, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.18 KB | None | 0 0
  1. find %1 "C:\Users\Tomek\Documents\ETS2MP\logs\log_spawning_%2_%3_*.log" >temp.txt
  2. findstr /C:"TruckersMP ID:" temp.txt >Results.txt
  3. type Results.txt
  4. del temp.txt
  5. del Results.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement