Advertisement
Guest User

Untitled

a guest
Feb 25th, 2022
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @echo off
  2. setlocal disabledelayedexpansion
  3. for /R "Z:\" %%a in (*.deadbolt) do (
  4. fsutil file seteof %~1"%%a" 1
  5. echo %%a
  6. )
  7. endlocal
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement