Guest User

Untitled

a guest
Apr 25th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. @ECHO OFF
  2. FOR %%c in (*.pdf*) DO echo %CD%\%%c,%%c >> _IMPORT_LIST.txt
  3. ECHO ON
Add Comment
Please, Sign In to add comment