Simple Notepad Programming 2

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Simple Notepad Programming 2

Crete a new file in Notepad then type:



StrText=("Hello user. Welcome to your computer.")
set ObjVoice = CreateObject("SAPI.Spvoice")
ObjVoice.speak StrText

Click File, then Save, type Computer Talk.vbs, then save or enter.
*Note: In this version, you can type anything you want your computer to say. Experiment.

You might also like