Edit a batch file

Hi guys,

I need to add the "Edit" command when right clicking on a batch (.bat) file. I've had a look through steve's tutorial ([url]Tip: Organise and Speed-Up Context Menus]) but can't find the GUID for the edit command in the registry editor.


Can anyone help me out please?

Thanks

Blueroly

You could make a new file type group for .bat files, & include following context menu item for that group:
Notepad.exe "%1", so you maybe don´t even have to use a GUID.

Simple really, I should have realised. Even easier will be to add the command to the bat system file type I suppose.

Thanks abr.