4 lines
72 B
Batchfile
4 lines
72 B
Batchfile
|
@echo off
|
||
|
set scriptpath=%~dp0
|
||
|
perl %scriptpath%elf2e32_qtwrapper.pl %*
|