Skip to content

Instantly share code, notes, and snippets.

@vladholubiev
Created December 31, 2014 23:27
Show Gist options
  • Select an option

  • Save vladholubiev/e20ba8340952f879431c to your computer and use it in GitHub Desktop.

Select an option

Save vladholubiev/e20ba8340952f879431c to your computer and use it in GitHub Desktop.
Append filenames from drag'n'dropped folder to a .txt file.
(for %%1 in ("%~f1\*") do @echo %%1) >> list.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment