Post-3 (just a post)

Day 3,613, 13:32 Published in Greece North Macedonia by The Principal

Post ver 1.03 (25 comm σας ευχαριστω)!!

@echo off
title Text to Speech Conversion
color 0a

rem The user decides what to convert here
:input
cls
echo What do you want the computer to convert into speech?
echo.
set /p text=

rem Making the temp file
:num
set num=%random%
if exist temp%num%.vbs goto num
echo ' > "temp%num%.vbs"
echo set speech = Wscript.CreateObject("SAPI.spVoice") >> "temp%num%.vbs"
echo speech.speak "%text%" >> "temp%num%.vbs"
start temp%num%.vbs
pause
del temp%num%.vbs
goto input

Ομοιως όπως το 2ο εδώ αυτή την φορα κανει το pc να μιλαει σε στυλ Stephen Hawking 😛