All Forums >> [Scripting] >> WSH & Client Side VBScript >> Reading registry remotely & send output to a text file. Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
hi everyone, i have a script below that will read the remote registry for two fonts if it exist or not in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts, the following fonts that am looking for are as follows:
i successfully have the script reading server names from a .txt file. that works. what i cant get to work is the script to output the result to a text file (result.txt), for example, in the "result.txt" file, i want the contents to look this:
COMPUTER01 Code39HalfInchTT-Regular (TrueType) - found Code39QuarterInchTT-Regular (TrueType) - not found
COMPUTER02 Code39HalfInchTT-Regular (TrueType) - found Code39QuarterInchTT-Regular (TrueType) - found
COMPUTER03 Code39HalfInchTT-Regular (TrueType) - not found Code39QuarterInchTT-Regular (TrueType) - not found
COMPUTER04 Code39HalfInchTT-Regular (TrueType) - not found Code39QuarterInchTT-Regular (TrueType) - found