Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
Created October 1, 2014 19:07
Show Gist options
  • Save mrdaemon/86cb82b0e94b50242a3a to your computer and use it in GitHub Desktop.
Save mrdaemon/86cb82b0e94b50242a3a to your computer and use it in GitHub Desktop.
echo off
for %%i in (*) do if "%%~ni" == "%%i" del "%%i"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment