Talking batch script 11-01-2011, 03:45 AM
#1
I made a small talking batch script yesterday for fun, hope you like it.
Offtopic : How do I make code tags?
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?




![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

![[Image: iqc4mt.jpg]](http://i39.tinypic.com/iqc4mt.jpg)