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.
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.