Archive for the ‘Tips and Tricks’ category

Open big Text file in seconds with notepad2

May 30th, 2008

Generally most computer user use notepad for open text file and others use WordPad or Microsoft word. But sometimes when you try to open big Text file (200MB – 1GB),you feel a little bit panic experience like “Not Responding” and too much time to open it.

notepad not responding Open big Text file in seconds with notepad2

» Read more: Open big Text file in seconds with notepad2

Join Multiple Video files without any software

May 13th, 2008

Join your multiple video file like *.mpg,*.flv,*.vob and many more in window vista & xp

Follow these steps.

1. Open note pad and type this

2. copy /b *.mpg FullMovie.mpg

3. And Save the file with add .Bat Or any other name but don’t forget .bat extension

4. Now Copy and Paste this add. Bat file in a folder which contains more than one *.mpg files.

5. Double click the add.Bat file

6. Wait some time

A combined file named FullMovie.mpg is created from all the mpg files in the folder

You can also try with other extension

1. For DVD file (*.vob)

Copy/b*.vob fullmovie.vob

2. for flv file

Copy/b*.flv fullmovie.flv

3. For mp3 song (*.mp3)

Copy/b*.mp3 fullsongs.mp3

Create folder without name in Windows XP & vista

May 12th, 2008

This is simple trick.

When each time you create a new folder in Windows XP & Vista.

You find “New Folder” as the default name.

Right click on folder and rename or Select folder and press f2,

Delete New Folder name

And press Alt + 255 by Num pad

Then you are successfully creating a folder without name in Windows XP & Vista.

Note :- Make sure to press the numbers from the num pad and not from the numbers below the F1 – F12 keys.

How to create con folder in window vista & xp

May 9th, 2008

Try out creating a folder named CON or

and many more like this CON, PRN, AUX, CLOCK$, NUL, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9 and more

On GUI base you don’t create this type name of folder

but it possible with Command prompt

click start button,then run or press Window logo + R

type CMD , enter,

Type your command prompt like this

D\> md \\.\D:\con

Enter , check your  D hard drive, now you find here con folder

If you want to delete this folder, don’t use right click or delete key. you find some error. open command prompt again go to D hard drive and use this command for delete con folder.

D:\> rd \\.\D:\con