Browse > Home /

| Subcribe via RSS

Convert FAT32 hard drive to NTFS in Windows xp

August 15th, 2008 | No Comments | Posted in How to

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 & [...]

Tags: , , ,

Create multiple folders with command prompt in Windows Vista

July 31st, 2008 | No Comments | Posted in Windows Vista

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 [...]

Tags: , , ,

Join Multiple Video files without any software

May 13th, 2008 | No Comments | Posted in Tips and Tricks

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 [...]

Tags: , , , ,