Se usi il getURL è ovvio, usa questo sistema:
on (release) {
nome = "fileDaEseguire.pdf";
fscommand ("exec", "start\t" + nome);
fscommand ("exec", "cmd\t/c\t" + nome);
}