MAKE YOUR COMPUTER SPEAK!
This instructable shows how you can make your pc speak.
this does ONLY work on WINDOWS
This is made using
Bandicam -recorder
movie maker - Editor
Snipping tool - pics
BATCH -programming
VBS -programming
Creator: STAINED
Version 0.5
Click the video for a visual representation
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
Downloads
Copy Script
@echo off
title Computer voice By stained v0.2
color 0a
:start
cls
echo.
set /p text=
rem Making the temp file
:ds
set ds=%random%
if exist temp%ds%.vbs goto ds
echo ' > "temp%ds%.vbs"
echo set speech = Wscript.CreateObject("SAPI.spVoice") >> "temp%ds%.vbs"
echo speech.speak "%text%" >> "temp%ds%.vbs"
start temp%ds%.vbs
pause
del temp%ds%.vbs
goto start
Save
paste that text into a new text document.
and save it as SPEECH.bat as all files. Then open it and enjoy!
----------------------------------------------------------
Msg me if there is a problem.