Guest User

Untitled

a guest
Nov 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. a b
  2. a b
  3. a b
  4. a b
  5.  
  6. a b
  7. a b
  8. a b
  9. a b
  10.  
  11. @setlocal enableextensions enabledelayedexpansion
  12. @echo off
  13. @for /f "tokens=1*" %%a in ('@type %windir%DirectX.log') do (
  14. @set "A=%%a "
  15. @set B=%%b
  16. @echo !A:~0,11!!B!
  17. )
  18. @endlocal
Add Comment
Please, Sign In to add comment