Make Computer Talk

1118lakmalkumara

Well-known member
  • May 21, 2009
    30,473
    3,166
    113
    斯里蘭卡
    This is a visual basic script file that will pop up an msg which requires
    you to write smt...
    when you write it and press ok
    your computer will tell what you typed

    Code:
    [FONT=Century Gothic][SIZE=2]Dim userInput
    
    
    userInput = InputBox("Write a message for me to say")
    
    
    Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
    
    Sapi.speak userInput
    [/SIZE][/FONT]

    Open Notepad
    Then Copy & Paste

    Be Sure To Save As .VBS


    Add Rep If U Like ;);)