Hey im new here sorry if this is in the wrong place or has already been spoken about.
im trying to run a .exe but would like it hidden in the background.
i have done this but no luck;
$var = MsgBox(4, "TRICKY", "Welcome to TRICKY, Would you like to INSTALL now?")
If $var = 6 Then
run ("c:\Users\Tricky\Desktop\GUI\Installation\Setu p Factory Runtime-FILES\ProgramFilesFolder\x.exe", @SW_HIDE)
EndIf
If $var = 7 Then
MsgBox(0, "NO", "NO")
EndIf
any help would be good thanks
RichieRich88






