Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. setlocal ENABLEDELAYEDEXPANSION
  2. set /a num=0
  3. For /F "tokens=*" %%i in (tonrapport.txt) Do (
  4. set /a num+=1
  5. echo !num!. %%i >> rapp2.txt
  6. )
  7. del /f /q tonrapport.txt
  8. ren rapp2.txt tonrapport.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement