Io avrei necessità di aspettare ca 1 min tra un fscommand e l'altro...

codice:
on (release) {
	
        testo="Elaborazione in corso...";
	fscommand("exec", "STARTA1.exe");
	fscommand("exec", "STARTA2.exe");
        fscommand("exec", "STARTA3.exe");
	
}
Come posso mettere questa pausa?

THANKS