Pages

Thursday, December 15, 2011

How to Change File Format in Windows Easily

It happens quite often when you're downloading stuff online that one of your favorite file gets saved with the file type your Windows cannot open as it fails to find the program which has created it.
And to open such a file, either you need to change the file to one of the recognizable formats by one of your programs or allow Windows go online, use the Web service to find the appropriate program. Let's go with the first option and learn how to easily change file formats.


How to Change File Types Using Command Prompt:

  1. Click the Windows Start button ► Click Run... on the start menu to open the Run dialog window.
    Windows Start ► Run dialog
  2. Type cmd or command in the Run dialog to open command prompt window.
    command-prompt-run-command
  3. The command in use here for changing file extension type is REN which basically renames a file or files. The syntax for REN command is as follows:
  4. rename-command-syntax
  5. So, to change TeachAIDS file from .org to .flv I give the command as below and hit enter: (All commands are case insensitive)
    renaming-file-format-using-REN-command
  6. Here is the snapshot of the file changed to .flv after execution of the rename command.
    ren-file-format-rename-command-executed-success

No comments:

Post a Comment