Files
video-converter/converter.bat
GuilhermeWerner 00668318ad Add mp4 converter
2020-09-02 12:53:39 -03:00

5 lines
65 B
Batchfile

@echo off
PowerShell.exe -Command "& './scripts/mp4.ps1'"
pause