Skip to content

Instantly share code, notes, and snippets.

@tzkmx
Last active May 5, 2016 21:10
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 tzkmx/62105a8aca109d846508 to your computer and use it in GitHub Desktop.
Save tzkmx/62105a8aca109d846508 to your computer and use it in GitHub Desktop.
Grab TIFFs in this folder and put it in a PDF Bundle, then Open it
@echo off
pushd %1
"C:\Program files\PDFCreator\Images2PDF\Images2PDFC.exe" /i "%1\*.tif" /e "%1\compilado.pdf"
"%1\compilado.pdf
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\ThisDirTiffsToPDf]
@="Compilar TIFFs en esta carpeta en un PDF"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\ThisDirTiffsToPDf\command]
@="cmd.exe /c \"C:\\Program Files\\PDFCreator\\Images2PDF\\batchcon.bat\" %1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment