diff --git a/piimake.bat b/piimake.bat new file mode 100644 index 0000000..22662a1 --- /dev/null +++ b/piimake.bat @@ -0,0 +1,131 @@ + +for %%x in (system32 syswow64) do if exist "%SystemRoot%\%%x" set SystemLeaf=%%x +start "%~n0" "%SystemRoot%\%SystemLeaf%\mshta.exe" "%~f0" +goto :eof + +