Posts Tagged ‘SMS’

Send free SMS worldwide- No limit of Carrier

I’ve tried and investigated lots of free SMS sending website. But non of them met my criteria because, it never sent message to my country neither it listed my mobile carrier in their site. Web SMS provider like WADJA however succeeded to deliver the message in time but it was still unable to satisfy me. […]

Nepal Telecom upgraded

After several years of Network battle of public, Nepal Telecom has upgraded its network status from today(i.e. 1st June 2008). Previously network was so worse that, it was better to have walkie talkie instead of cell phone. Well thanx to the Nepal Telecom authority who directed all the mobile network to provide the better mobile […]

Deleting undeletable file(s)

Open a Command Prompt window and leave it open.Close all open programs.Click Start, Run and enter TASKMGR.EXEGo to the Processes tab and End Process on Explorer.exe.Leave Task Manager open.Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.At the command prompt type DEL where […]

Funny VB Script

Copy the following code in notepad and save it as “fun.vbs” with inverted comma. And have fun. Actually this code opens notepad and begin to type automatically. Even you close the notepad it’ll keep typing wherever it finds to type. CODE: Set wshshell = wscript.CreateObject(“WScript.Shell”) Wshshell.run “notepad” do wscript.sleep 400 wshshell.sendkeys “Hi, “ wscript.sleep 400 […]