Skip to content

Instantly share code, notes, and snippets.

@nutrino
Created July 28, 2016 14:03
Show Gist options
  • Save nutrino/f5dbf4538e96537b7ca4a57f9d4e9859 to your computer and use it in GitHub Desktop.
Save nutrino/f5dbf4538e96537b7ca4a57f9d4e9859 to your computer and use it in GitHub Desktop.
rem @echo off
if ("%1")==() goto endloop
if not (%2)==() cd "%2"
for /D "%%i" in (*) do if not "%%i"=="%1" ren "%%i" "%1"
pushd "%1"
"%0" "%1"
popd
:endloop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment