mirror of
https://github.com/LucasVbr/img-to-pdf.git
synced 2026-05-14 01:31:51 +00:00
Create "script" folder
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
:: execute.bat, 25/06/2021
|
||||
:: no copyright
|
||||
:: author: LucasVBR
|
||||
|
||||
@ECHO OFF
|
||||
|
||||
:: Execute script
|
||||
if exist ./ToPDF.py (
|
||||
:: Create folder if it do not exist
|
||||
if not exist out mkdir out
|
||||
|
||||
python ./ToPDF.py
|
||||
) else (
|
||||
echo ToPDF.py doesn't exist
|
||||
pause
|
||||
)
|
||||
Reference in New Issue
Block a user