Small Talk Script

Copy paste the below code in a nodepad file

Dim Msg, Speak
Msg=InputBox("Type view words here","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Msg

Save this file with extension .vbs e.g. example.vbs

Double click on the file and you can see screen this

Type something in the text box and click ok
 and enjoy

Have fun!!!
Keep sharing!!!

0 comments:

C program to create india map

Here is the C program to generate India map

#include‬<stdio.h>
void main()
{
int a,b,c;
for (b=c=10;a="- FIGURE?, UMKC,XYZHello Folks,\
TFy!QJu ROo TNn(ROo)SLq SLq ULo+\
UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^\
NBELPeHBFHT}TnALVlBLOFAkHFOuFETp\
HCStHAUFAgcEAelclcn^r^r\\tZvYxXy\
T|S~Pn SPm SOn TNn ULo0ULo#ULo-W\
Hq!WFs XDt!" [b+++21]; )
{
for( ; a-- > 64 ; )
{
putchar ( ++c=='Z' ? c = c/ 9:33^b&1);
}
}
getch();
}

0 comments: