After Playing with it i got it to work... Just had to fix a ID 10 T Error... Apparently i was having a blond moment... Thanks everyone for your help!!! Much Appreciated!!!
BTW, Here is the Finished Code to do a search and install of Microsoft Office 2010...
Set objFSO =...
Ok that almost works but if you use this then it just install or quits...
So in this statement
If InStr(sReadAll, sSearchString) > 0 Then
objshell.run Chr(34) & "\\Servername\directory\setup.exe" & Chr(34)
The program goes on to install...
If you use this statement
If InStr(sReadAll...
HI all i need a script in VB that will do the following...
Search for phrase "Microsoft Office Proof (English) 2010"
In TXT file "\\servername\directory\software.txt"
If phrase = "Microsoft Office Proof (English) 2010" Then
Stop Script
Else
Run "\\Servername\directory\setup.exe"...
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.