Skip to content

Instantly share code, notes, and snippets.

@sms420
Created December 10, 2009 02:54
Show Gist options
  • Select an option

  • Save sms420/253077 to your computer and use it in GitHub Desktop.

Select an option

Save sms420/253077 to your computer and use it in GitHub Desktop.
Import_To_CaseMap
@ECHO OFF
FOR %%c in (*.pdf*) DO echo %CD%\%%c,%%c >> _IMPORT_LIST.txt
ECHO ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment