On Mon, Feb 21, 2011 at 10:59 AM, Daniel Dehennin <daniel.dehennin at ac-caen.fr> wrote: > Natxo Asenjo <natxo.asenjo at gmail.com> writes: > >> hi, > > Hello, > >> I have a wmic check that does not get executed, so it never gets done. > I had this and found on internet[1] a work around: > > #v+ > echo '' | wmic computersystem get /format:list | findstr /i "PRIMERGYRX300 S3" > #v- great, this works. Thanks! -- natxo |