Posts

Showing posts with the label shutdown computert

CODES FOR CREATING A PRONOUNCE WITH NOTEPAD IN 4 LINES

open notepad, and paste this code into new notepad Dim message, Speak message=InputBox("enter a message","Speak") Set Speak=CreateObject("sapi.spvoice") Speak.Speak message save it as "any_name.vbs"

codes of shutding down computer

Image
program that shutdown computer in particular time #include  <dos.h> main() { system("c:\\windows\\system32\\shutdown /s /t 3600");  // means that it will go off after 3600 seconds }

How to send one similar letter to many people in few minutes

Image