Files
jpexs-decompiler/resources/ffdec.bat
2022-12-18 23:10:24 +01:00

9 lines
259 B
Batchfile

@echo off
rem Set following to higher value if you want more memory:
rem You need 64 bit OS and 64 bit java to set it to higher values
set MEMORY=1024m
rem Hide VLC error output
set VLC_VERBOSE=-1
java -Xmx%MEMORY% -Djna.nosys=true -jar "%~dp0\ffdec.jar" %*