Added script and bat file to handle drag and dropped PDFs. Creates the thumbnails and moves the PDF.

This commit is contained in:
Dan Dembinski
2021-05-06 12:57:53 -04:00
parent 7760bda583
commit 08365af2d4
2 changed files with 36 additions and 0 deletions

2
thumbnail.bat Normal file
View File

@@ -0,0 +1,2 @@
@echo off
cmd /k "cd /d C:\Users\ddembinski\PycharmProjects\fomoPDFs\Scripts & activate.bat & cd /d C:\Users\ddembinski\PycharmProjects\fomoPDFs & python Thumbnails.py %1"