repertory/scripts/info.cmd

12 lines
136 B
Batchfile

@echo off
setlocal
set ARG1=%~1
set ARG2=%~2
pushd "%~dp0%"
call mingw64 -no-start ./info.sh "x86_64" "%ARG1%" "%ARG2%" 1 0
popd