Windows
Configure the outlook not outlook express
You can use the below steps to configure the outlook.
1. Start Outlook.
2. On the Tools menu, click E-mail Accounts.
3. In the E-mail Accounts dialog box, select if not already View or change
existing e-mail accounts and click Next.
4. Select the mail account and click on the Change button.
5. In the Your ..
Windows script to move files using batch file
Copy files from one folder to another using .BAT file
The batch or .bat file is used to run the sequence of commands in windows from command prompt. The batch files are executed from command prompt. The following windows script will move the files from one location to the other.
Script to ..
Enable flv MIME type in Windows Server
Steps to add flv MIME type in Windows Server
1) Select the site to configure in IIS, right click and select "Properties"
2) Under HTTP Headers Tab, select "File Types" under the MIME Map section and select "New Type"
3) Type ".flv" as the associated extension and "video/x-flv" as the content type.
4) ..