Cacher la fenêtre (command prompt) lors d'un call system
Comment ne pas afficher la fenêtre DOS lors d'un call system du type
CALL SYSTEM 'cmd /c xxxx'
Il suffit de mettre avant le call system l'instruction suivante
cursession.processwindow=false;
call system 'cmd /c xxxxx';