@echo off setlocal EnableExtensions if "%~1"=="" ( "%~dp0pptx-image-compress.exe" -h ) else ( "%~dp0pptx-image-compress.exe" %* )