With standard Windows utility “CONVERT”; you can convert your FAT32 hard drive to NTFS in easy way, without losing any data.

just open command prompt and follow these steps.

For convert C hard drive fat32 to ntfs, type this command

C:\> CONVERT C: /fs:ntfs

If you want convert D drive

D:\> CONVERT D: /fs:ntfs

Where C & D hard drive name

Tags: , , ,

Many time you face this type problem ,you want to create many folder and you have only two way “right click >new>Folder or Organize>New folder” and after that change folder name as your desire.

I think ,this is so boring and waste more time and it’s more serious, if you have long list.But you can use this trick and solve your problem.

Create multiple folders in same folder / Directory :-
Open Dos or command prompt (Press window logo +R, type cmd and enter)
You can understand with this example.
Create 5 folders in D drive (one, two, three, four, and five) name
D:\>md one two three four five

Read the rest of this entry »

Tags: , , ,

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

Tags: , , , ,