Showing posts with label
VBScript
.
Show all posts
Showing posts with label
VBScript
.
Show all posts
Tuesday, June 27, 2017
Speak any Text
›
Example to create Speak vbs file. Set voice = CreateObject("SAPI.SpVoice") voice.Rate = 1 voice.Volume = 90 Say = InputBox(&...
Thursday, May 19, 2016
Retrieving data from SQL Server using RecordSet object in VBScript
›
Option Explicit Dim Conn ' Connection Variable Dim rs ' Recordset Variable Dim sqlQuery Dim serverName Dim field ...
VBScript Prompt a User for Input
›
It was been ask by one of my friend that how to get input from user in VBScript. I though by adding this to blog, that will help other. ...
Wednesday, May 18, 2016
VBScript to update Access Database
›
Save following line to .VBS file Const adOpenStatic = 3 Const adLockOptimistic = 3 Set objConnection = CreateObject("ADODB.Conn...
›
Home
View web version