In detail, I need to parse 'msinfo32' files that have been converted to text and pull from them 'computer name' and 'system model'.
The files I need to parse are named after the user (first initial, middle initial, last name).
I don't want to have to input the file name to do this, and I need it to go through the whole directory without having to have the filename hard coded.
The files I need to parse are named after the user (first initial, middle initial, last name).
I don't want to have to input the file name to do this, and I need it to go through the whole directory without having to have the filename hard coded.