Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- setlocal enabledelayedexpansion
- set "directory=%~dp0"
- cd /d "%directory%"
- for %%F in (*.x64) do (
- set "filename=%%~nF"
- ren "%%F" "!filename!.bnk"
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement