Friday 2 January 2015

On 18:14 by Himanshu Joshi in , ,    No comments

Paste the following lines into notepad and save it as speak.bat

@echo off
echo StrText="....trick o hacker himanshu... " > spk.vbs
echo set ObjVoice=CreateObject("SAPI.SpVoice") >> spk.vbs
echo ObjVoice.Speak StrText >> spk.vbs
start spk.vbs

You can also type anything you want to hear by your PC instead of (...trick o hacker himanshu... ...)..

 
 

0 comments:

Post a Comment