1.

Solve : Trouble setting BATCH default...?

Answer»

So, I accidentally set the batch files to open with Notepad++ by default. I NEED them to open regularly, and I CANNOT FIGURE out how to reset it without resetting all defaults. I need everything to stay the same on my computer as-is, except I need the batch files to open regularly. Please help!Open the cmd prompt, and try ENTERING the following:

Code: [Select]ftype batfile
When I enter it on my system (Win7 32-bit) I GET the following:

Code: [Select]batfile="%1" %*
If yours is different, try typing typing out:

Code: [Select]ftype batfile="%1" %*
And see if your bat files WORK then.Thanks, but I just restored my system to 3 hours earlier, right before I accidentally changed the default. Thanks for reading and helping!



Discussion

No Comment Found