Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #75 from tanmaymohan/master
Browse files Browse the repository at this point in the history
Created welcome.vbs
  • Loading branch information
srbcheema1 authored Oct 4, 2017
2 parents 63a59eb + 44f041d commit 23d5e72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions VBS/welcome.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
speaks="Welcome back user"
Set speech=CreateObject("sapi.spvoice")
speech.Rate = -3
speech.Speak speaks

0 comments on commit 23d5e72

Please sign in to comment.