I tried to modify the BAT extension toedit the *.bat files with notepad, but the “edit” does not show up when I right click the file.
I have this as the “edit” action:
C:\WINNT\system32\notepad.exe “%1”
I have also tried:
C:\WINNT\winrep.exe “%1”
C:\WINNT\notepad.exe “%1”
Any ideas?