A spell function for to Run the command as a background task.
if (zi_depurar >= 1) logf(SIGNIFICANT, "%s Excluindo arquivo temporario '%s'...", zs_metodo, zs_filename_bridge_temp); zs_cmd_line = format("CMD /C DEL \"%s\"", zs_filename_bridge_temp); exec(zs_cmd_line);
z_executar.zip
Where can I find Spel functions documentation?