Pages

Thursday, November 19, 2015

Notepad Tips and Tricks For Windows

Some Notepad tips and tricks are given in this post. These notepad tips and tricks are a roundup of some of the best that you can try out on Windows. To create documents, edit text files and even write HTML codes for website design, Notepad can be helpful. Because it is easy to use and modify files on it, notepad has a widespread use and can be found on most if not all systems. Other than creating files, editing them, writing codes to create websites etc, you can do so much more using these cool notepad tips and tricks which are listed below.


Also Read:  How to Browse On PC/Computer From BB10 Using Glo BIS
                     How to Remove Blank Screen in Windows 8.1

How to Access Notepad On Windows 7,  8, 8.1




Here's how you can access the notepad on your computer and also make the most out of its features when you try out these tricks.

For windows 7:
  • Open Notepad by clicking on the Start button .
  •  In the search box, type 'Notepad'. 
  •  In the list of results, click Notepad. 
 For windows 8 and 8.1: 
  •  Place your cursor on the start button that appears at the bottom left corner of the screen.
  •  Right-click on the start button.
  •  Select Run From the options.
  •  Type in 'Notepad', then select 'ok'. 

     List Of Notepad Tips And Tricks For Windows

     

     Open The Notepad Continously

    Here's a trick you can use in opening the notepad several times. To do this:

    • Copy and paste the code below into the notepad.

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

    • Save the file with the .bat extension (that is, filename.bat)
    • Open the file after saving and see how it opens the notepad multiple times.
    Note: You might need to restart your computer after executing this. 


      Create Diary on Notepad

      To create a diary with on the notepad with the date and time each were created, try this trick.
      •  From the Notepad, type .LOG on the first line (Type with Capital Letters)
      • Enter your text, then save with the filename  Log.txt
      When you re-open the file with notepad, you'll see the text with the date and time.

      notepad tips and tricks

      Create Fake Windows Errors With Notepad

      Another notepad trick that you can use in creating Fake error messages on your system , To do this:
      • From the Notepad, Type in  X=Msgbox("Message Here",0+16,"Title Here")
      • Edit the text above by replacing these fields Message Here and Title Here with what you want the displayed error message and error title to be.
      • Save the file with  the filename error.vbs
      •  To view the errormessage, Locate the file on your system using its filename, click on the file and you’ll get your custom error message.

       Note: Manually type the quotes in the code, if you encounter errors.

       

      notepad tips

       

      Make Computer Speak Your Typed In Text

      Want to hear your computer speak whatever you type in irrespective of it's length?  Then alos try this out. out  use this trick, follow these steps:

      • From your Notepad, Copy & paste this command
          Dim message, sapi
          message=InputBox("What's up you?","Speak to Me")
          Set sapi=CreateObject("sapi.spvoice")
          sapi.Speak message
           
          •  Save the file with the filename as speak.vbs.
            • Locate the folder where the file is saved and open it.
            •  Enter the text which you the computer to speak, then select 'ok'.

              Note:  If you encounter errors or virus threats while trying this out, manually retype all the quotes in the code above.

              The list above for the notepad tricks works quite well. By Implementing them, you can do so  much more with the notepad on your PC.