'This read the text file and validate the ip address before it put's on the log file.
Set objFSO = CreateObject("Scripting.FileSystemObject")
Const ForReading = 1, ForWriting = 2, ForAppending = 8
ReadFile "c:\scripts\machinelist.txt"
'This subroutine read the contain and writes to another...
Here is quick and simple method to check office version via VBS?
Set objWord = CreateObject("Word.Application")
Select Case objWord.Version
Case "12.0" MsgBox ("Office 2007 is installed")
Case "11.0" MsgBox ("Office 2003 is installed")
Case "10.0" MsgBox ("Office 2000 is installed")
End...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.