Daily Tips Ndtricks

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Sunday, 2 September 2012

Simple Notepad Tricks

Posted on 05:59 by Unknown
Note: Almost all of these tricks works on Windows XP, But some of these might not work on Windows 7.

1.) Create a log or Dairy:

  • Open the Notepad.
  • On the first line  type “.LOG” (without quotes) and press Enter for new line.
  • Type anything in the second or third line and save the file.
  • Notepad will automatically add a time & date log every time you open this file in the future.

2.) Matrix Effect:

Copy the below text in a notepad :

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

Save the file with .bat extension. For eg: Matrix.bat

3.) Continually pop out CD Drive:

Copy the below text in a 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 as “Something.VBS”.

4.) Continuously Display Messages:

By using this trick you make computer to display messages continuously and annoy user to log off to get rid of this crazy file!

Copy the below text in a notepad :

@ECHO off

:Begin

msg * Hi

msg * Are you having fun?

msg * I am!

msg * Lets have fun together!

msg * Because you have been o-w-n-e-d

GOTO BEGIN

Save the file with .bat extension (for eg Something.bat and open the file to get annoyed!)

5.) Toggle Keyboard Button Simultaneously:

By using this trick you can make your keyboard key (which you mention in the program) to toggle continuously.

Copy the below text in a notepad :

To toggle Capslock key continuously :

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

To toggle enter key continuously :

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop

To toggle Back space continuously :

MsgBox “Lets Rumble”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

Now save the file with .vbs extention. For eg Something.VBS

That's it! Thanks to (http://www.goharsh.com)

Feel free to hit Like, Share or Comment if you like this post.

Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in Computer tricks, tricks | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Windows 8: How To Eliminate Shut Down Problem
               Windows 8 latest operating system launched by Microsoft known for its Modern UEFI interface, windows defender with antivirus prog...
  • 5 Reasons To Use A Website Builder
    If you don’t have a personal website, but you’re dreaming about launching one, you’ve come to the right place. In this article I’m going to...
  • GRAPHENE: A Material That Enabled the Creation of Flexible Smartphones
    Infographic By Quib.ly
  • Spider Silk: The Super Material of the Future
    Today's scientists and researchers are more advanced than they have ever been before thanks to the use of highly effective traditional ...
  • Being Smart For Used Smartphones
    On seeing our article on " Interesting Facts About Smartphone " You might be dying to have a Smartphone, it’s in, it’s cool, it’...
  • Tips to Prevent Data Loss!
    How do you protect yourself from losing important data? Do you save your work as often as possible? Do you do backups? Here are a few effect...
  • Preventing Data Breaches
    Understanding how data and security breaches occur can help you put a plan in place to protect your company moving forward. Your customers ...
  • The Most Important Phonecalls Of All Time
    Imagine a world without telephones, it’s pretty inconceivable. In a time when near enough everyone is little more than a punch of a few dig...
  • Increase Your Traffic With The Help Of Social Networks
    One of the best ways to increase website’s traffic is via social networking. Before even the Google Penguin exists, social networks have mad...
  • Samsung Galaxy S3 (Root, Recovery and Custom ROMs):
    Introduction: After the Samsung Galaxy S3 was released, there were many rooting tools introduced into the market due to its increase in dem...

Categories

  • android apps
  • apps
  • blogging
  • Blogging How To
  • Blogging Tips
  • Blogging Tools
  • business
  • Buying Guide
  • Cloud Computing
  • Computer Tips
  • Computer tricks
  • domain
  • Downloads
  • Earn Online
  • Facebook
  • Facebook Tricks
  • freewares
  • gadgets
  • games
  • Gaming
  • Gaming Tips
  • Gaming Tools
  • Google Glass
  • how to
  • Infographics
  • iphone
  • iphone apps
  • Mobile Tips
  • Mobile Tricks
  • Online Tips
  • Online Tricks
  • Other Tricks
  • printers
  • QR Code
  • recycle
  • review
  • Security Tips
  • seo
  • social media
  • softwares
  • Tech
  • tips
  • Tips -Computer Tips
  • tricks
  • Useful Tools
  • Web host
  • website
  • wet mobile
  • windows phone 8
  • youtube

Blog Archive

  • ►  2013 (331)
    • ►  December (3)
    • ►  November (11)
    • ►  October (23)
    • ►  September (27)
    • ►  August (26)
    • ►  July (25)
    • ►  June (36)
    • ►  May (56)
    • ►  April (30)
    • ►  March (31)
    • ►  February (31)
    • ►  January (32)
  • ▼  2012 (43)
    • ►  December (11)
    • ►  November (2)
    • ►  October (2)
    • ▼  September (9)
      • Does Bing Says "Your Feed Was Empty" On Submitting...
      • Access Blocked Sites In Schools And College
      • LG Mobile Phone Secret Codes
      • Enter Into Blocked Sites In India
      • Best Android Games Ever
      • Trick To Speedup Your Firefox/Chrome's Speed
      • Trick To Transfer Balance For All Mobile Networks
      • Lock Folders Using Notepad
      • Simple Notepad Tricks
    • ►  August (18)
    • ►  July (1)
Powered by Blogger.

About Me

Unknown
View my complete profile