Update execute.bat

This commit is contained in:
LucasVbr
2021-06-25 17:34:02 +02:00
committed by GitHub
parent 6a7ce87da9
commit 79b9e875d3
+1 -2
View File
@@ -1,5 +1,4 @@
:: execute.bat, 25/06/2021 :: execute.bat, 25/06/2021
:: no copyright
:: author: LucasVBR :: author: LucasVBR
@ECHO OFF @ECHO OFF
@@ -13,4 +12,4 @@ if exist ./ToPDF.py (
) else ( ) else (
echo ToPDF.py doesn't exist echo ToPDF.py doesn't exist
pause pause
) )