Showing posts with label notpad. Show all posts
Showing posts with label notpad. Show all posts

Open Tabs In Notepad

0 comments


Are you tired of opening new instance of Notepad everytime you open a new Text Document? If the answer to the above question is Yes then you don’t have to worry about this anymore. You can use NotepadTabs to open different Text Documents in the same instance in form of Tabs as in Firefox.

Notepad Tabs Definition Tabbed view of multiple text files.

View multiple text files in a single notepad. Easily switch from one file to another through tabs at the top of the frame. Features


  • Different from classic notepad, 'Notepad Tabs' gives the freedom to view multiple text files in a single Notepad just like in IE7 and Firefox, which saves you from the mess in the taskbar.
  • Allows to open txt files with only one click.
  • You can easily select and navigate through open tabs in a single Notepad programme.
  • Before closing the application, it allows to save all opened tabs at the same time.
  • User friendly interface gives easy access to frequently used commands.
  • Unlike classic notepad you can choose 6 different themes;

    Office 2010 Blue
    Office 2010 Silver
    Office 2010 Black
    Sparkle Blue
    Professional Office 2003
    Professional System

    Download here

LOG DIARY TRICK

0 comments


Have you ever wanted to make your own diary on your computer ? Why not try notepad..

>Open notepad

>Type .LOG

>Save the file as LOG.txt

Now when you open notepad, the date and time will automatically be inserted. Write anything you want and the date and time is auto inserted. Your own notepad Diary.

flight no. whch hit the WTC in New York q33n

0 comments



Amazing thing but true , Notepad knew about 9/11/2001 !
The flight number which hit the WTC in New York was Q33N !

See it yourself :

Clean your RAM by notepad

0 comments

Clean Ur RAM
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.

So create a new text file on ur desktop and call it .. uhm.. "RAMcleaner" or something...

Type

FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]

Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".


FreeMem=Space(1280000000)

It Will Make Speed Your System..

Talking notepad

0 comments

hi guys just found out this thing on net while surfing...
its the talking notepad :P


paste this code in notepad and save it as anyfilename.vbs
and run it


Dim msg, sapi
msg=InputBox("Enter your text you want the pc to speak up–OUG","Mr.aXe")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg