Playing With Notepad

Playing With Notepad

1. Open and close the CD / DVD Computer
Copy the script below and paste it in your notepad.

Set oWMP = CreateObject ("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count> = 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item (i). Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item (i). Eject
Next
End If
WScript.Sleep 5000
loop

Save it with *. vbs format. Then open the file

2. Automatic writing in notepad
Copy the script below and paste it in notepad you.

Set WshShell = wscript.CreateObject ("WScript.Shell")
do
WScript.Sleep 100
wshshell.sendkeys "This paper will write itself in your notepad"
loop

Save it with *. vbs format. Then open the file
3. Creating a message appears over and over - again
Copy the script below and paste it in your notepad.

@ ECHO off
: Begin
msg * hahahhaa
msg * relaxed boss
msg * This just messing around
msg * do not be angry yes
msg * just kidding
GOTO BEGIN

Save it with *. bat format. Then open the file

4. Make Computer Shutdown with a message.
Copy the script below and paste it in your notepad.

@ Echo off
msg * Hahahahhaha
shutdown-s-c "Your computer is dead"

Save it with *. bat format. Then open the file
5. Make Capslock button remain lit
Copy the script below and paste it in your notepad.

Set WshShell = wscript.CreateObject ("WScript.Shell")
do
WScript.Sleep 100
wshshell.sendkeys "{CapsLock}"
loop

Save it with *. vbs format. And Open File tersebu t

6. Making continued - constantly pressing the "backspace"
Copy the script below and paste it in your notepad.

MsgBox "Back to the previous menu"
Set WshShell = wscript.CreateObject ("WScript.Shell")
do
WScript.Sleep 100
wshshell.sendkeys "{bs}"
loop

Save it with *. vbs format. Then open the file

7. Opening notepad Continues - constantly Copy the script below and paste it in your notepad.
@ ECHO off
: Top
START% SystemRoot% \ system32 \ notepad.exe
GOTO top

Save it with *. bat format. Then open the file


Category Article

One Response to “Tips and Trick Internet”

  • Unknown says:

    Need facebook "Like" for your facebook page ?


    We providing 1000 likes for INR 499/- only
    Limited preiod offer.

    Contact ID
    ------------------
    Skype : raju.alam
    -------------------------
    e-mail : grouptechnosys@gmail.com

    MObile : 0 91 8293225333

What's on Your Mind...

Powered by Blogger.