Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- set d=%~dp0
- cd /d %d%
- cls
- echo Confirmation ?
- pause
- for /f "tokens=*" %%A in ('dir /b') do (
- if %%~xA==.log (
- title %%A
- type "%%A"|>>"out\%%A" find /i "[CHAT]"
- )
- )
- pause
- exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement