You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
321 B
Plaintext

-- O MZP vai extrair os arquivos para a pasta Temporária do Max.
local py_script = (getDir #temp) + "\\VR4Life_WebInstaller\\Instalador_Online_VR4Life.py"
if doesFileExist py_script then (
python.ExecuteFile py_script
) else (
messageBox "Erro: Arquivo Python não encontrado no pacote MZP." title:"Erro"
)