what is the default program to interpret windows batch file

Viewed 14706

I am working on windows 7 and I found that "notepad" was set as the default program for opening my .bat files. So when I try to execute the batch file by double clicking, it is opened by notepad.

I have tried setting cmd.exe as the default program, which didn't work.

What is the default program I should set for executing .bat files?

3 Answers
Related