Guest User

Untitled

a guest
Oct 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. SETLOCAL EnableDelayedExpansion
  2. cd /D %~dp0
  3. set _filelist=
  4. for /f "delims=|" %%f in ('dir /b %CD%') do (
  5. set "_filelist=%_filelist%,%%f"
  6. )
  7. echo %_filelist%
  8. pause
Add Comment
Please, Sign In to add comment