Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @echo off
  2. if "%1"=="" goto end
  3. pushd %1
  4. if "%2"=="" goto end
  5.  
  6. :en
  7. dir /b/a-d|findstr /rc:"[a-z].txt"
  8. :end
  9. popd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement