Monday, October 25, 2010

Fix .bat file associaton.

A lot of time we just lost file associations and may be the most common is of .bat.
So, here I am posting a fix which should work for you.

This was originally posted on http://www.windowsitpro.com and the credit goes to John Savill, I take no credit of it.
So, here it is:
Just open your command window by writing cmd.exe in Run. There paste this code
ftype batfile="%1" %*
assoc .bat=batfile
and its done.
Happy Surfing.

No comments:

Post a Comment

Please give your comments !!