Login Register






Talking batch script filter_list
Author
Message
Talking batch script #1
I made a small talking batch script yesterday for fun, hope you like it.

Quote:@echo off
:: Made by Ambiguous of HC
title Ambiguous' Speaking Computer
color A
:again
cls
echo Please enter what you want the computer to say.
echo.
set /p input= %variable% I want the computer to say :
echo.
echo Set Speech = CreateObject("SAPI.SpVoice") > "%userprofile%\speech.vbs"
echo Speech.Speak "%input%" >> "%userprofile%\speech.vbs"
call "%userprofile%\speech.vbs"
echo.
echo The computer has said "%input%".
echo.
pause
goto again

Offtopic : How do I make code tags?

Reply

RE: Talking batch script #2
Nice code.

for the code tag:

[/code] at the end
[code] at the begining
Pierce the life fibers with your drill.

Reply

RE: Talking batch script #3
(11-01-2011, 05:57 AM)1234Darkmaster Wrote: Nice code.

for the code tag:

[/code] at the end
[code] at the begining

Thanks Biggrin


Reply

RE: Talking batch script #4
It's cool.My computer can say: "Mum you're so boring! -.-" Mum:"What you say?" I:"Nothing!That's my computer!" xD Biggrin
Thanks for sharing. Biggrin

Reply