Skip to content

Instantly share code, notes, and snippets.

@Nekodigi
Created July 18, 2020 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nekodigi/831d7fd29ae13e5cde379c0e0fce6d6e to your computer and use it in GitHub Desktop.
Save Nekodigi/831d7fd29ae13e5cde379c0e0fce6d6e to your computer and use it in GitHub Desktop.
@echo off
for /f %%A in ('dir /a-d-s-h /s /b *.pde ^| find /v /c ""') do set cnt=%%A
echo File count = %cnt%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment