View Single Post
  #2  
Old 12-02-2004, 11:14 AM
Florian Florian is online now
Registered User
 
Join Date: 12-02-2004
Posts: 6
Example of command i want to script :

psexec \\MA0210140 -u TOTO -p TOTO -e bash -c "cd d:/projet ; echo ""---- Erreurs de compilation ----"" ; find -name \*Debug.err -exec grep -c -e -H ""[1-9][0-9]*\ error\(s\)"" {} \; 2> /dev/null"
Reply With Quote