MM-Lehmann/pptx2h5p

Bat file

paulofvieira opened this issue · 1 comments

I Made a bat file to put in the same folder.
then put a input variable to thee name of the file to convert:
@echo off
set /p id=Name of the file to transform:
echo %id%
pptx2h5p.exe %id%.pptx

you can also just drag and drop any *.pptx file onto the executable...