How to create batch file to install reg file

If you want to make it all pretty, open notepad and ..

@echo off
title Importing Registry Setting
cls
echo Importing Registry Settings, Please Wait ....
echo.
echo Adding This ...
echo.
regiedit.exe /s <filename>
echo.
echo Import Complete.

Save as <filename.bat>