1. Rinomina la cartella da utility in fscommand
2. fai un file .bat (notepad, salva come tutti i files) e lo metti in fscommand insieme all'eseguibile.
dentro il bat:
@echo off
start nomefile.exe
@exit
dove nomefile.exe è il file eseguibile.
sul pulsante:
on (release) {
fscommand("exec", "nomefile.bat");
}