Hi,
i've got a long exec to run (between 1 to 10 mins).
If i call my exec 'normaly' (exec $command) the window is freezed. The display is not updated. So, is there a solution for refresh the window.
If i run it in background (exec $command &),the window is well refresh, but i don't know how to get the end of the process.
thanks,
le bayonnais
i've got a long exec to run (between 1 to 10 mins).
If i call my exec 'normaly' (exec $command) the window is freezed. The display is not updated. So, is there a solution for refresh the window.
If i run it in background (exec $command &),the window is well refresh, but i don't know how to get the end of the process.
thanks,
le bayonnais