Please bear with me. I'm not a VB Scripter.
How would I go about querying a file version (range) and writing a file based on the results? To be exact What I need to do is check if NTOSKRNL.EXE version is in the range 5.0.2195.4797 - 5.0.2195.4928 and if it is write a flag file somewhere on the C: drive.
I've got as far as displaying the file ver to a message box but that's about it.
Set objFSO = CreateObject("Scripting.FileSystemObject"
Wscript.Echo objFSO.GetFileVersion("c:\windows\system32\ntdll.dsll"
Thanks in advance.
How would I go about querying a file version (range) and writing a file based on the results? To be exact What I need to do is check if NTOSKRNL.EXE version is in the range 5.0.2195.4797 - 5.0.2195.4928 and if it is write a flag file somewhere on the C: drive.
I've got as far as displaying the file ver to a message box but that's about it.
Set objFSO = CreateObject("Scripting.FileSystemObject"
Wscript.Echo objFSO.GetFileVersion("c:\windows\system32\ntdll.dsll"
Thanks in advance.