Showing posts with label Codes. Show all posts
Showing posts with label Codes. Show all posts
Today anglestacks share Some notepad tricks , so use and enjoy it  

Display Cycle of Messages :
Open Notepad and Type the following code :

@ECHO off
:top
msg * I don't like you
msg * I don't like you 2
msg * I don't like you 3
msg * I don't like you 4
GOTO top

save with msg.bat name
 
Continuously pop out CD or DVD Drive :
Open Notepad and Type the following code :

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

now save with cd.vbs name.  
 
Toggle Caps Lock Button On-Off Continuously:
Open Notepad and Type the following code :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

now save with caps.vbs name.
keyboard to make it type anything continuously:
Open Notepad and Type the following code :

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

now save with key.vbs name.
 
Open Notepad continuously :
Open Notepad and Type the following code :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

now save with note.bat name

Show a error message and shut down friends computer :
Open Notepad and Type the following code :

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s


 Now save with Shut.bat name

Read More...
How To See Preview Of any Shorten Url (किसी शार्ट url का प्रीव्यू कैसे देखे )
What is Hacking and Ethical Hacking?
How to Know Who Logged into My Computer and When?
How To Create Run Commands in Windows
 
If you want Anglestacks Updates on His email inbox,


Subscribe now …. and share it...
 
 
 





http://affiliate.flipkart.com/install-app?affid=mishrahar


Follow this steps for making a matrix batch file
step 1- Copy given text and paste notepad
 step2 - save file with .bat extension
step3- open file




@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%





                                                                                                                          Anglestacks




 

CONTINUOUSLY REPEAT MESSAGE 

Using this notepad trick you can annoy anyone and can actually force them to log off . This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:

  • Open Notepad.

  • Copy the below mentioned text in your notepad file:

 

@echo off
:BEGIN
msg * Welcome
msg * To
msg * HvmWeb.comyr.com
 

msg* cyber world
msg * Thanks for visiting
goto BEGIN

Open Notepad CONTINUOUSLY

Follow these steps to open Notepad continuously:

  • Open Notepad.

  • Copy the below mentioned text in your notepad file:

@echo off

:TOP

START %SystemRoot%/system32/notepad.exe

goto TOP


Folder Bomber

This batch file will create 3000+ folder in less than a minute.

Open your notepad and type the following codes

@echo off
:top
md %random%
goto top

Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

To create one such talk script, follow the steps given below:-


Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
    3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
    4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

Now your Computer will speak / talk what you typed in Step 4. Try it yourself.

Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XP, Windows Vista, Windows 7 and Windows 8.


You would also like to read some cool
READ MORE - How To Recover Data In Windows By Free Software

If you want Anglestacks Updates on His email inbox,

Subscribe now ….

                                                                                                                               +Anglestacks