Skip to content

Instantly share code, notes, and snippets.

@cneud
Created February 17, 2016 12:44
Show Gist options
  • Select an option

  • Save cneud/e4c229a33cd5b3117a8f to your computer and use it in GitHub Desktop.

Select an option

Save cneud/e4c229a33cd5b3117a8f to your computer and use it in GitHub Desktop.
Recursively traverse dirs & call Python program
FOR /R %%a IN (*.foo) DO python foo.py "%%a" > "%%~dpna.foo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment