Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- setlocal disabledelayedexpansion
- for /R "Z:\" %%a in (*.deadbolt) do (
- fsutil file seteof %~1"%%a" 1
- echo %%a
- )
- endlocal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement