Bonjour,

Comment ecrire cette ligne en C#:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
 
var wshShell = new ActiveXObject("WScript.Shell");
 wshShell.Run("c:\window\system32\notapad.exe c:\monfichier.txt", 1, true);
Merci