Global $software = "C:\Program Files (x86)\Stefanini\VW Software Store\VWStoreAPP.exe" Global $Executavelrede = "\\VWBRANDFH1881\fs_rollout\S1003_B-FIO_Meu_Ativo_Loja_Softwares\S2001_Softwares\_Transfer\VW Software Store.exe" Local $software = True If Not $software Then ShellExecute($Executavelrede) Local $software = True If $software Then Not ShellExecute($Executavelrede) EndIf